Class RADIOControlImpl
Class which represents the radio button 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 RADIOControlImpl : UserControlImpl, IControlImpl, ICustomControlBase
Constructors
RADIOControlImpl(IUserControlHolder)
Initializes a new instance of the RADIOControlImpl class
Declaration
public RADIOControlImpl(IUserControlHolder parent)
Parameters
Type | Name | Description |
---|---|---|
IUserControlHolder | parent | IUserControlHolder instance |
Methods
AttachEvents()
Overridden. Attaches events to the control.
Declaration
public override void AttachEvents()
Overrides
ConfigureControl()
Overridden. Configures the button.
Declaration
public override void ConfigureControl()
Overrides
DetachEvents()
Overridden. 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 a project.
Declaration
public override void InitializeControl()
Overrides
Radio_Click(Object, EventArgs)
Raised when user clicks on RadioButton control element.
Declaration
protected void Radio_Click(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Event sender |
System.EventArgs | e | Event arguments. |