WinForms

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

    Show / Hide Table of Contents

    Interface IUserControlHolder

    Interface for classes which are containers for user controls.

    Inherited Members
    IHTMLElement.CalculateFormat()
    IHTMLElement.CalculateSize()
    IHTMLElement.CalculatePosition()
    IHTMLElement.DrawElement(PaintEventArgs)
    IHTMLElement.BeginUpdate()
    IHTMLElement.EndUpdate()
    IHTMLElement.Focus()
    IHTMLElement.ApplyFormat(IHTMLFormat)
    IHTMLElement.Attributes
    IHTMLElement.Events
    IHTMLElement.Children
    IHTMLElement.Item[String]
    IHTMLElement.Parent
    IHTMLElement.UniqueID
    IHTMLElement.ID
    IHTMLElement.Name
    IHTMLElement.AccessKey
    IHTMLElement.TabIndex
    IHTMLElement.Location
    IHTMLElement.Size
    IHTMLElement.InnerHTML
    IHTMLElement.OuterHTML
    IHTMLElement.Format
    IHTMLElement.IsVisible
    IHTMLElement.IsResizable
    IHTMLElement.Control
    IHTMLElement.Focused
    IHTMLElement.Text
    IHTMLElement.SelectedText
    IHTMLElement.BeforeStyleCalculated
    IHTMLElement.Paint
    IHTMLElement.SizeCalculated
    IHTMLElement.LocationCalculated
    IHTMLElement.Click
    IHTMLElement.DoubleClick
    IHTMLElement.MouseMove
    IHTMLElement.MouseEnter
    IHTMLElement.MouseLeave
    IHTMLElement.MouseDown
    IHTMLElement.KeyDown
    IHTMLElement.KeyUp
    IHTMLElement.KeyPress
    IHTMLElement.GotFocus
    IHTMLElement.Leave
    IHTMLElement.TabIndexChanged
    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 Description
    IControlImpl
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved