Intersoft WebInput Documentation
CalculatorEditorOperandStyle Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInputStyleSettings Class : CalculatorEditorOperandStyle Property






Glossary Item Box

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

Use OperandStyle to manage the dynamic style of calculator operand style button including style on active state, style on over state, and style on normal state.

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.