Ribbon for WinForms
Element.ElementFlags 列挙体

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : Element.ElementFlags 列挙体
Flags that represent the state of an Element.
シンタックス
'宣言
 
Public Enum Element.ElementFlags 
   Inherits System.Enum
public enum Element.ElementFlags : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Framework 名前空間