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