WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IControlImpl - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IControlImpl

    Interface declaring the main functionality for custom control wrappers.

    Inherited Members
    ICustomControlBase.SetLocation()
    ICustomControlBase.InitializeControl()
    ICustomControlBase.DisposeControl()
    ICustomControlBase.AttachEvents()
    ICustomControlBase.DetachEvents()
    ICustomControlBase.OnInitEndCallback()
    ICustomControlBase.CustomControl
    ICustomControlBase.DefaultSize
    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 Description
    IUserControlHolder

    Methods

    ConfigureControl()

    Configures user control corresponding to the attributes.

    Declaration
    void ConfigureControl()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved