WebControl.ControlStyleCreated Property
.NET Framework 3.0
Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property ControlStyleCreated As Boolean 'Usage Dim instance As WebControl Dim value As Boolean value = instance.ControlStyleCreated
/** @property */ public boolean get_ControlStyleCreated ()
public function get ControlStyleCreated () : boolean
Not applicable.
Property Value
true if a Style object has been created for the ControlStyle property; otherwise, false.Community Additions
ADD
Show: