'宣言 Function CanExecute( _ ByVal parameter As CellTypeCommandParameter _ ) As System.Boolean
System.bool CanExecute( CellTypeCommandParameter parameter )
パラメータ
- parameter
- コマンドによって使用されるデータ。コマンドにデータを渡す必要がない場合は、このオブジェクトを null に設定できます。
戻り値の型
このコマンドが実行される場合は
true
、それ以外の場合はfalse
。