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


出力領域を表示するかどうかを示すbool値を取得または設定します。
構文
'Declaration
 
Public Property ShowOutput As Boolean
'使用法
 
Dim instance As DropDownCalculatorInfo
Dim value As Boolean
 
instance.ShowOutput = value
 
value = instance.ShowOutput
public bool ShowOutput {get; set;}

プロパティ値

出力領域を表示するかどうかを示すbool値。
解説
このプロパティは、出力領域を表示するかどうかを決定します。値がfalseの場合、出力はGcNumberコントロールのEditBoxに表示されます。
参照

DropDownCalculatorInfo クラス
DropDownCalculatorInfo メンバ

 

 


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