バージョン

ExecuteCommand メソッド (PropertyGridCommandBase)

指定されたコマンドを指定された Infragistics.Controls.Editors.XamPropertyGrid で実行します。
シンタックス
'宣言
 
Protected MustOverride Sub ExecuteCommand( _
   ByVal ctrl As XamPropertyGrid, _
   ByVal parameter As Object _
) 
protected abstract void ExecuteCommand( 
   XamPropertyGrid ctrl,
   object parameter
)

パラメータ

ctrl
コマンドを実行するコントロール。
parameter
コマンドのパラメーター
参照