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






Glossary Item Box

Gets or sets the dynamic style of calculator operator style button.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operator style button.")>
Public ReadOnly Property CalculatorEditorOperatorStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As WebInputStyleSettings
Dim value As ISNet.WebUI.DynamicStyle
 
value = instance.CalculatorEditorOperatorStyle
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operator style button.")]
public ISNet.WebUI.DynamicStyle CalculatorEditorOperatorStyle {get;}
Delphi 
public read-only property CalculatorEditorOperatorStyle: ISNet.WebUI.DynamicStyle; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operator style button.")
public function get CalculatorEditorOperatorStyle : ISNet.WebUI.DynamicStyle
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operator style button.")]
public: __property ISNet.WebUI.DynamicStyle* get_CalculatorEditorOperatorStyle();
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the dynamic style of calculator operator style button.")]
public:
property ISNet.WebUI.DynamicStyle^ CalculatorEditorOperatorStyle {
   ISNet.WebUI.DynamicStyle^ get();
}

Property Value

A DynamicStyle that contains the style for the calculator operator style button.

Remarks

Use OperatorStyle to manage the dynamic style of calculator operator 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.