Intersoft WebGrid Documentation
ControlStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : ControlStyle Property






Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<WebSysDescriptionAttribute("The style associated with the control.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property ControlStyle As Style
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Style
 
value = instance.ControlStyle
C# 
[BrowsableAttribute(false)]
[WebSysDescriptionAttribute("The style associated with the control.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Style ControlStyle {get;}
Delphi 
public read-only property ControlStyle: Style; 
JScript 
BrowsableAttribute()
WebSysDescriptionAttribute("The style associated with the control.")
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
public function get ControlStyle : Style
Managed Extensions for C++ 
[BrowsableAttribute(false)]
[WebSysDescriptionAttribute("The style associated with the control.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property Style* get_ControlStyle();
C++/CLI 
[BrowsableAttribute(false)]
[WebSysDescriptionAttribute("The style associated with the control.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property Style^ ControlStyle {
   Style^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.