バージョン

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

UltraDesktopAlertShowWindowInfo クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal caption As String, _
   ByVal text As String _
)
public UltraDesktopAlertShowWindowInfo( 
   string caption,
   string text
)

パラメータ

caption
Caption プロパティの初期値を指定します。
text
Text プロパティの初期値を指定します。
参照