Class UserControlImpl
Base class for standard controls in the HTML.
Inheritance
System.Object
UserControlImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public abstract class UserControlImpl : ControlBase, IControlImpl, ICustomControlBase
Constructors
UserControlImpl()
Initializes a new instance of the UserControlImpl class
Declaration
protected UserControlImpl()
UserControlImpl(IUserControlHolder)
Initializes a new instance of the UserControlImpl class
Declaration
protected UserControlImpl(IUserControlHolder parent)
Parameters
Type | Name | Description |
---|---|---|
IUserControlHolder | parent | Parent element for this object. |
UserControlImpl(IUserControlHolder, Boolean)
Initializes a new instance of the UserControlImpl class
Declaration
protected UserControlImpl(IUserControlHolder parent, bool bInitialize)
Parameters
Type | Name | Description |
---|---|---|
IUserControlHolder | parent | Parent element for this object. |
System.Boolean | bInitialize | If True, raises InitializeControl method. |
Properties
DocumentUserControls
Gets the collection of control elements in the document.
Declaration
protected ArrayList DocumentUserControls { get; }
Property Value
Type |
---|
System.Collections.ArrayList |
Parent
Gets the parent tag element of the user control class.
Declaration
public IUserControlHolder Parent { get; }
Property Value
Type |
---|
IUserControlHolder |
Methods
ConfigureControl()
Configures the user control.
Declaration
public virtual void ConfigureControl()
DisposeControl()
Overloaded. Disposes control.
Declaration
public override void DisposeControl()
Overrides
SetEnabledState()
Sets the element's Enabled State.
Declaration
protected virtual void SetEnabledState()
SetLocation()
Overridden. Sets the controls to the specified location of their elements.
Declaration
public override void SetLocation()