Class SELECTControlImpl
Class which represents the list in the document.
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 class SELECTControlImpl : UserControlImpl, IControlImpl, ICustomControlBase
Constructors
SELECTControlImpl(IUserControlHolder)
Initializes a new instance of the SELECTControlImpl class
Declaration
public SELECTControlImpl(IUserControlHolder parent)
Parameters
Type | Name | Description |
---|---|---|
IUserControlHolder | parent | IUserControlHolder instance |
Methods
AttachEvents()
Attaches events to the control.
Declaration
public override void AttachEvents()
Overrides
ConfigureControl()
Overridden. Configures the control.
Declaration
public override void ConfigureControl()
Overrides
DetachEvents()
Detaches events from the control.
Declaration
public override void DetachEvents()
Overrides
DisposeControl()
Overridden. Disposes control object.
Declaration
public override void DisposeControl()
Overrides
InitializeControl()
Overridden. Initializes the control.
Declaration
public override void InitializeControl()
Overrides
SetEnabledState()
Overridden. Sets the Enabled state for control.
Declaration
protected override void SetEnabledState()