DropDownCalculatorStyle Property
In This Topic
Gets or sets the drop down calculator style which used when dropdown calculator is rendered.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property DropDownCalculatorStyle As Style
'Usage
Dim instance As GcNumber
Dim value As Style
instance.DropDownCalculatorStyle = value
value = instance.DropDownCalculatorStyle
[Bindable(true)]
public Style DropDownCalculatorStyle {get; set;}
Property Value
A
System.Windows.Style used for setting dropdown calculator's properties. The default value is a null reference (
Nothing in Visual Basic).
See Also