PowerTools SPREAD for Windows Forms 8.0J
AllowPopUp プロパティ


ポップアップウィンドウのポップアップが許可されているかどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property AllowPopUp As Boolean
'使用法
 
Dim instance As PopUpCalculatorInfo
Dim value As Boolean
 
instance.AllowPopUp = value
 
value = instance.AllowPopUp
public bool AllowPopUp {get; set;}

プロパティ値

ポップアップが許可されている場合はtrue。それ以外の場合はfalse
デフォルト値はtrueです。
参照

PopUpCalculatorInfo クラス
PopUpCalculatorInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.