PowerTools SPREAD for Windows Forms 8.0J
TwoState プロパティ (FpButton)


ボタンが2値式ボタンかどうかを取得または設定します。
構文
'Declaration
 
Public Property TwoState As Boolean
'使用法
 
Dim instance As FpButton
Dim value As Boolean
 
instance.TwoState = value
 
value = instance.TwoState
public bool TwoState {get; set;}

プロパティ値

2値式ボタンの場合はTrue、1値式ボタンの場合はFalse
参照

FpButton クラス
FpButton メンバ

 

 


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