Click or drag to resize
CMSDynamicWebControl Properties

The CMSDynamicWebControl type exposes the following members.

Properties
  NameDescription
Public propertyInitCompleted
If true, the initialization of the control has already completed and won't repeat. Set to true in your initialization code.
Protected propertyInitEarly
If true, the control initializes on BeforeInitComplete, otherwise on InitComplete event.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertyStopProcessing
Indicates if processing of the code of this control should continue. It can be used after raising an event.
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Top
See Also