Click or drag to resize
ControlDefinition Class
Definition of the control. Pass in either string as control path or a Type as control type.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIControlDefinition

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ControlDefinition

The ControlDefinition type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPath
Control path
Public propertyType
Control type
Top
Methods
  NameDescription
Public methodLoad
Loads the given control
Top
Operators
See Also