[]
        
(Showing Draft Content)

C1.Framework.Element.ElementFlags

Element.ElementFlags Enum

Flags that represent the state of an Element.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
[Flags]
public enum Element.ElementFlags

Fields

Name Description
AutoHeight

The height of the element is automatically determined by its style and contents.

AutoWidth

The width of the element is automatically determined by its style and contents.

Dirty

Element should be laid out before it is rendered.

Enabled

The element is enabled and may receive mouse and keyboard messages.

Focusable

The element recognizes keyboard messages.

HitTestable

The element recognizes mouse messages.

Horizontal

Flow child elements in the horizontal direction.

Hot

The mouse is over the element.

InheritedRtl

Indicates if the value of RightToLeft property is inherited from the parent element.

Isolated

The Hot state does not propagate automatically to the parent element.

Pressed

The mouse is over the element and the left button is pressed.

RightToLeft

Used for international applications where the language is written from right to left.

ShowFocus

The element should display a focus rectangle when it has the focus.

TabStop

The element can receive the focus when the tab key is pressed.

Validated

Indicates if the contents was successfully validated.

Visible

Element is visible.