バージョン

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

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

パラメータ

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