バージョン

IsActionAllowed メソッド

指定したアクションが状態情報に基づいて実行可能かどうかを示します。
シンタックス
'宣言
 
Public Function IsActionAllowed( _
   ByVal actionCode As Enum, _
   ByVal currentState As Long _
) As Boolean
public bool IsActionAllowed( 
   Enum actionCode,
   long currentState
)

パラメータ

actionCode
アクションコード
currentState
現在の状態

戻り値の型

指定したアクションが許可される場合は True。
参照