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


ユーザーがドロップダウン電卓のカスタマイズに使用できるDropDownCalculatorインスタンスを取得します。
構文
'Declaration
 
Public ReadOnly Property DropDownCalculator As DropDownCalculatorInfo
'使用法
 
Dim instance As GcNumberCellType
Dim value As DropDownCalculatorInfo
 
value = instance.DropDownCalculator
public DropDownCalculatorInfo DropDownCalculator {get;}

プロパティ値

DropDownCalculatorインスタンス。
解説
このDropDownCalculatorプロパティを設定することで、ドロップダウン電卓コントロールをカスタマイズできます。
次のサンプルコードは、電卓のプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType ncell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType();
ncell1.DropDownCalculator.BackColor = Color.Bisque;
ncell1.DropDownCalculator.BorderStyle = BorderStyle.FixedSingle;
fpSpread1.ActiveSheet.Cells[1, 1].CellType = ncell1;
Dim ncell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType()
ncell1.DropDownCalculator.BackColor = Color.Bisque
ncell1.DropDownCalculator.BorderStyle = BorderStyle.FixedSingle
FpSpread1.ActiveSheet.Cells(1, 1).CellType = ncell1
参照

GcNumberCellType クラス
GcNumberCellType メンバ

 

 


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