GrapeCity SPREAD for Windows Forms 12.0J
Accepted プロパティ


ユーザーのオプションを示す値を取得します。
構文
'Declaration
 
Public Property Accepted As Nullable(Of Boolean)
'使用法
 
Dim instance As ConfirmationEventArgs
Dim value As Nullable(Of Boolean)
 
instance.Accepted = value
 
value = instance.Accepted
public Nullable<bool> Accepted {get; set;}

プロパティ値

ユーザーがデフォルトオプションを使用する場合はnull、ユーザーが受け入れた場合はtrue、それ以外の場合はfalse
参照

ConfirmationEventArgs クラス
ConfirmationEventArgs メンバ

 

 


Copyright © 2004 GrapeCity inc.