alexa

    Show / Hide Table of Contents

    Interface IControlImpl

    Interface declaring the main functionality for custom control wrappers.

    Inherited Members
    ICustomControlBase.AttachEvents()
    ICustomControlBase.CustomControl
    ICustomControlBase.DefaultSize
    ICustomControlBase.DetachEvents()
    ICustomControlBase.DisposeControl()
    ICustomControlBase.InitializeControl()
    ICustomControlBase.OnInitEndCallback()
    ICustomControlBase.SetLocation()
    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()
    Back to top Generated by DocFX