Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.BinarySerializableAttribute()> <System.ComponentModel.DescriptionAttribute("Gets or sets the style of text box element.")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)> Public ReadOnly Property TextBoxStyle As ISNet.WebUI.DynamicStyle |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInputStyleSettings Dim value As ISNet.WebUI.DynamicStyle value = instance.TextBoxStyle |
C# | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DescriptionAttribute("Gets or sets the style of text box element.")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)] public ISNet.WebUI.DynamicStyle TextBoxStyle {get;} |
Delphi | |
---|---|
public read-only property TextBoxStyle: ISNet.WebUI.DynamicStyle; |
JScript | |
---|---|
ISNet.Serialization.BinarySerializableAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets the style of text box element.") System.ComponentModel.NotifyParentPropertyAttribute() ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout) public function get TextBoxStyle : ISNet.WebUI.DynamicStyle |
Managed Extensions for C++ | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DescriptionAttribute("Gets or sets the style of text box element.")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)] public: __property ISNet.WebUI.DynamicStyle* get_TextBoxStyle(); |
C++/CLI | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DescriptionAttribute("Gets or sets the style of text box element.")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)] public: property ISNet.WebUI.DynamicStyle^ TextBoxStyle { ISNet.WebUI.DynamicStyle^ get(); } |
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