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






Glossary Item Box

Gets or sets a value indicating whether default style is used.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether default style is used.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.Web.UI.ThemeableAttribute(False)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property UseDefaultStyle As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As System.Boolean
 
instance.UseDefaultStyle = value
 
value = instance.UseDefaultStyle
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether default style is used.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool UseDefaultStyle {get; set;}
Delphi 
public read-write property UseDefaultStyle: System.Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether default style is used.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
System.Web.UI.ThemeableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set UseDefaultStyle : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether default style is used.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_UseDefaultStyle();
public: __property void set_UseDefaultStyle( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether default style is used.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool UseDefaultStyle {
   System.bool get();
   void set (    System.bool 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

© 2013 Intersoft Solutions Corp. All Rights Reserved.