SPREAD for WPF 4.0J - GcSpreadSheet
IsStopUIAction メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > Command クラス : IsStopUIAction メソッド
UIアクションを示す UIActions 値。
対応するUIアクションを停止するかどうかを示すブール値を取得します。
シンタックス
'宣言
 
Public Function IsStopUIAction( _
   ByVal uiAction As UIActions _
) As System.Boolean
public System.bool IsStopUIAction( 
   UIActions uiAction
)

パラメータ

uiAction
UIアクションを示す UIActions 値。

戻り値の型

対応するUIアクションを停止する場合はtrue、それ以外の場合はfalse
参照

Command クラス
Command メンバ