バージョン

ExecuteCommand メソッド

指定された Infragistics.Controls.Editors.Primitives.MaskedInputCommandId 値に関連付けられているコマンドを実行します。
シンタックス
'宣言
 
Public Function ExecuteCommand( _
   ByVal command As MaskedInputCommandId, _
   ByVal commandParameter As Object, _
   ByVal sourceElement As FrameworkElement _
) As Boolean

パラメータ

command
実行するコマンド。
commandParameter
オプション パラメーター。
sourceElement
コマンドのソース。

戻り値の型

コマンドを実行した場合は true、キャンセルした場合は false。
参照