バージョン

AlertButtonUIElement コンストラクタ

AlertButtonUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parentElement As AlertButtonAreaUIElement, _
   ByVal button As UltraDesktopAlertButton _
)
public AlertButtonUIElement( 
   AlertButtonAreaUIElement parentElement,
   UltraDesktopAlertButton button
)

パラメータ

parentElement
この要素を含む AlertButtonAreaUIElement
button
ユーザー インターフェイスで、この要素が表す UltraDesktopAlertButton インスタンス。
参照