(Global) Namespace > ControlStylesSettings Class : ControlStyle Property |
'Declaration
<System.Xml.Serialization.XmlElementAttribute("ControlStyle")> Public Property ControlStyle As ControlStyleSettings()
'Usage
Dim instance As ControlStylesSettings Dim value() As ControlStyleSettings instance.ControlStyle = value value = instance.ControlStyle
[System.Xml.Serialization.XmlElement("ControlStyle")] public ControlStyleSettings[] ControlStyle {get; set;}
public read-write property ControlStyle: array of ControlStyleSettings;
System.Xml.Serialization.XmlElementAttribute("ControlStyle") public function get,set ControlStyle : ControlStyleSettings[]
[System.Xml.Serialization.XmlElement("ControlStyle")] public: __property ControlStyleSettings*[]* get_ControlStyle(); public: __property void set_ControlStyle( ControlStyleSettings*[]* value );
[System.Xml.Serialization.XmlElement("ControlStyle")] public: property array<ControlStyleSettings^>^ ControlStyle { array<ControlStyleSettings^>^ get(); void set ( array<ControlStyleSettings^>^ value); }
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