JAMS Developer Guide
ControlStyleCreated Property (ControlsCommon)


MVPSI.JAMSWeb.Controls Namespace > ControlsCommon Class : ControlStyleCreated Property
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<WebSysDescriptionAttribute("Whether the style associated with the control has been created.")>
Public ReadOnly Property ControlStyleCreated As System.Boolean
'Usage
 
Dim instance As ControlsCommon
Dim value As System.Boolean
 
value = instance.ControlStyleCreated
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[WebSysDescription("Whether the style associated with the control has been created.")]
public System.bool ControlStyleCreated {get;}
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

Reference

ControlsCommon Class
ControlsCommon Members