GrapeCity SPREAD for Windows Forms 11.0J
Caption プロパティ (MessageBoxNotify)


キャプションを取得または設定します。
構文
'Declaration
 
Public Property Caption As String
'使用法
 
Dim instance As MessageBoxNotify
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
public string Caption {get; set;}

プロパティ値

キャプション。デフォルト値はString.Emptyです。
参照

MessageBoxNotify クラス
MessageBoxNotify メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.