バージョン

SystemActionButtonUIElement コンストラクタ

新しい SystemActionButtonUIElement インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal manager As UltraFormManager, _
   ByVal menuID As Integer _
)
public SystemActionButtonUIElement( 
   UIElement parent,
   UltraFormManager manager,
   int menuID
)

パラメータ

parent
親要素の親。
manager
この要素に関連づけられた UltraFormManager。
menuID
表示するボタンのタイプを示す値。
参照