Interface IControlImpl
Interface declaring the main functionality for custom control wrappers.
Inherited Members
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public interface IControlImpl : ICustomControlBase
Properties
Parent
Gets Parent INPUT tag element of the class.
Declaration
IUserControlHolder Parent { get; }
Property Value
Type |
---|
IUserControlHolder |
Methods
ConfigureControl()
Configures user control corresponding to the attributes.
Declaration
void ConfigureControl()