PowerTools InputMan for ASP.NET 8.0J
ShowOutput プロパティ (DropDownCalculator)
使用例 

計算結果を示す表示領域を電卓上に表示するかどうかを取得または設定します。
構文
Public Property ShowOutput As Boolean
public bool ShowOutput {get; set;}

プロパティ値

計算結果を示す表示領域を電卓上に表示するにはTrue、しない場合はFalse。既定値はTrueです。
解説
表示結果を他のコントロールに表示するような場合、ShowOutputプロパティを使って、電卓コントロールの表示領域を非表示にすることができます。

表示領域を非表示にすると、ボタン領域がコントロールの境界枠まで自動的に拡大されます。
使用例
次のサンプルコードは、OutputHeightプロパティとShowOutputプロパティの使い方を示します。
GcNumber1.DropDownCalculator.ShowOutput = True
GcNumber1.DropDownCalculator.OutputHeight = 20
GcNumber1.DropDownCalculator.ShowOutput = true;
GcNumber1.DropDownCalculator.OutputHeight = 20;
参照

DropDownCalculator クラス
DropDownCalculator メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.