TreeView for WinForms | ComponentOne
C1.Framework Namespace / ControlHostElement Class


In This Topic
    ControlHostElement Class Properties
    In This Topic

    For a list of all members of this type, see ControlHostElement members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Boolean value specifying whether element height is automatically determined by its style and contents. (Inherited from C1.Framework.Element)
    Public PropertyGets the System.Boolean value specifying whether element size is automatically determined by its style and contents. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the element's bounds (size and location) within its parent element, in pixels. (Inherited from C1.Framework.Element)
    Public PropertyGets a list of child elements. (Inherited from C1.Framework.Element)
    Public PropertyGets a value that indicates whether this Element or one of its children has the focus. (Inherited from C1.Framework.Element)
    Public PropertyClient rectangle, in pixels. This discounts margins, borders, and padding. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the Control that this element is hosting.  
    Public PropertyGets or sets whether the element is enabled (can receive mouse and keyboard messages). (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element is focusable (receives keyboard messages). (Inherited from C1.Framework.Element)
    Public PropertyGets a value that indicates whether this Element has the focus. (Inherited from C1.Framework.Element)
    Public PropertyGets a Element.LineBreak value that determines whether there should be line breaks before and/or after this Element when it occurs in a paragraph. (Inherited from C1.Framework.Element)
    Public PropertyGets a value that indicates the element has a non-empty Element.Children collection. (Inherited from C1.Framework.Element)
    Public PropertyElement height. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element is hit-testable (receives mouse messages). (Inherited from C1.Framework.Element)
    Public PropertyGets the System.Windows.Forms.Control that is hosting this Element. (Inherited from C1.Framework.Element)
    Public PropertyGets the IView that is hosting this Element. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the value of RightToLeft property is inherited from the parent element. (Inherited from C1.Framework.Element)
    Public PropertyGets a value that indicates this element needs to be laid out. (Inherited from C1.Framework.Element)
    Public PropertyGets whether this element and all its ancestors are enabled. (Inherited from C1.Framework.Element)
    Public PropertyGets whether this element can currently receive the focus. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should be displayed using the Style.Hot style. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should be displayed using the Style.Pressed style. (Inherited from C1.Framework.Element)
    Public PropertyGets whether this element and all its ancestors are visible. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the horizontal position of the element within its parent. (Inherited from C1.Framework.Element)
    Public PropertyGets the portion of the element that renders below the baseline. Usually non-zero only for text elements, depends on font. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the location of the element within its parent. (Inherited from C1.Framework.Element)
    Public PropertyGets the element's parent, or null if this is the root element. (Inherited from C1.Framework.Element)
    Public PropertyGets the element's style, or a default style if the element doesn't have one. This never returns null. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should be drawn using right-to-left layout. (Inherited from C1.Framework.Element)
    Public PropertyGets the element's top-level parent. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element should display a focus rectangle when it has focus. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the size of the element. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the Style object used to render this Element. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets the vertical position of the element within its parent. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets a value indicating if the contents was successfully validated. (Inherited from C1.Framework.Element)
    Public PropertyGets or sets whether the element is visible. (Inherited from C1.Framework.Element)
    Public PropertyElement width. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element)
    Top
    Protected Properties
     NameDescription
    Protected PropertyIf overriden in nested classes and returns not null, InputPanel will use the HostPanel to make Control scrollable withing the element.  
    Top
    See Also