バージョン

FilterMenuTool コンストラクタ(String,String)

クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal id As String, _
   ByVal displayText As String _
)
public FilterMenuTool( 
   string id,
   string displayText
)

パラメータ

id
このツールを識別するために使用された文字列。
displayText
UltraGridFilterUIProvider によって表示されるテキストです。
参照