InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Element.ElementFlags Enumeration

In This Topic
    Element.ElementFlags Enumeration
    In This Topic
    Flags that represent the state of an Element.
    Syntax
    'Declaration
     
    Public Enum Element.ElementFlags 
       Inherits System.Enum
    public enum Element.ElementFlags : System.Enum 
    Members
    MemberDescription
    AutoHeightThe height of the element is automatically determined by its style and contents.
    AutoWidthThe width of the element is automatically determined by its style and contents.
    DirtyElement should be laid out before it is rendered.
    EnabledThe element is enabled and may receive mouse and keyboard messages.
    FocusableThe element recognizes keyboard messages.
    HitTestableThe element recognizes mouse messages.
    HorizontalFlow child elements in the horizontal direction.
    HotThe mouse is over the element.
    InheritedRtlIndicates if the value of RightToLeft property is inherited from the parent element.
    IsolatedThe Hot state does not propagate automatically to the parent element.
    PressedThe mouse is over the element and the left button is pressed.
    RightToLeftUsed for international applications where the language is written from right to left.
    ShowFocusThe element should display a focus rectangle when it has the focus.
    TabStopThe element can receive the focus when the tab key is pressed.
    ValidatedIndicates if the contents was successfully validated.
    VisibleElement is visible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Element.ElementFlags

    See Also