This documentation is archived and is not being maintained.
WebControl.ControlStyleCreated Property
.NET Framework 1.1
Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
[Visual Basic] Public ReadOnly Property ControlStyleCreated As Boolean [C#] public bool ControlStyleCreated {get;} [C++] public: __property bool get_ControlStyleCreated(); [JScript] public function get ControlStyleCreated() : Boolean;
Property Value
true if a Style object has been created for the ControlStyle property; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace | ControlStyle
Show: