Interface IUserControlHolder
Interface for classes which are containers for user controls.
Inherited Members
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public interface IUserControlHolder : IHTMLElement
Properties
UserControl
Gets an instance of the class which represents the user control.
Declaration
IControlImpl UserControl { get; }
Property Value
Type |
---|
IControlImpl |