'宣言 Public Enum Element.ElementFlags Inherits System.Enum
public enum Element.ElementFlags : System.Enum
'宣言 Public Enum Element.ElementFlags Inherits System.Enum
public enum Element.ElementFlags : System.Enum
| メンバ | 解説 |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
C1.Framework.Element.ElementFlags