バージョン

SetMenuMaskedTool メソッド (ToolbarManagerReplayServer)

メニューに配置された MaskedEdit の値の変更。
シンタックス
'宣言
 
Public Sub SetMenuMaskedTool( _
   ByVal menuPath As System.String, _
   ByVal maskedTool As System.Object, _
   ByVal toolValue As System.Object _
) 
public void SetMenuMaskedTool( 
   System.string menuPath,
   System.object maskedTool,
   System.object toolValue
)

パラメータ

menuPath
メニュー パスは、指定されたメニューへのパスを含む文字列です。
maskedTool
MaskedEditTool オブジェクト。
toolValue
MaskedEdit ツールのオブジェクト値。
解説

引数はインデックスまたはキーになります。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照