バージョン

ExecuteCommand メソッド (ScheduleControlCommandBase)

指定されたコマンドを指定された Infragistics.Controls.Schedules.ScheduleControlBase で実行します。
シンタックス
'宣言
 
Protected MustOverride Function ExecuteCommand( _
   ByVal scheduleControl As ScheduleControlBase, _
   Optional ByVal parameter As Object _
) As Boolean
protected abstract bool ExecuteCommand( 
   ScheduleControlBase scheduleControl,
   object parameter
)

パラメータ

scheduleControl
コマンドを実行するコントロール。
parameter

戻り値の型

コマンドが処理されたかどうかを示すブール値を返します。
参照