Gets or sets the dynamic style of calculator operand style button.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operand style button.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property CalculatorEditorOperandStyle As ISNet.WebUI.DynamicStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInputStyleSettings
Dim value As ISNet.WebUI.DynamicStyle
value = instance.CalculatorEditorOperandStyle |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operand style button.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public ISNet.WebUI.DynamicStyle CalculatorEditorOperandStyle {get;} |
Delphi | |
---|
public read-only property CalculatorEditorOperandStyle: ISNet.WebUI.DynamicStyle; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operand style button.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.NotifyParentPropertyAttribute()
public function get CalculatorEditorOperandStyle : ISNet.WebUI.DynamicStyle |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operand style button.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property ISNet.WebUI.DynamicStyle* get_CalculatorEditorOperandStyle(); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operand style button.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property ISNet.WebUI.DynamicStyle^ CalculatorEditorOperandStyle {
ISNet.WebUI.DynamicStyle^ get();
} |
Property Value
A
DynamicStyle that contains the style for the calculator operand style button.
Remarks
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also