alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Interface IUserControlHolder

    Interface for classes which are containers for user controls.

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