Represents style settings.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.DescriptionAttribute("Represents style settings.")>
Public Property StyleSettings As WebInputStyleSettings |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As WebInputStyleSettings
instance.StyleSettings = value
value = instance.StyleSettings |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DescriptionAttribute("Represents style settings.")]
public WebInputStyleSettings StyleSettings {get; set;} |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.DescriptionAttribute("Represents style settings.")
public function get,set StyleSettings : WebInputStyleSettings |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DescriptionAttribute("Represents style settings.")]
public: __property WebInputStyleSettings* get_StyleSettings();
public: __property void set_StyleSettings(
WebInputStyleSettings* value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DescriptionAttribute("Represents style settings.")]
public:
property WebInputStyleSettings^ StyleSettings {
WebInputStyleSettings^ get();
void set ( WebInputStyleSettings^ value);
} |
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