'Declaration Public Enum StyleFlag Inherits System.Enum
public enum StyleFlag : System.Enum
'Declaration Public Enum StyleFlag Inherits System.Enum
public enum StyleFlag : System.Enum
Member | Description |
---|---|
ElementRoundedCorners | Indicates whether input panel elements has rounded corners. |
HeaderTextFontPadding | Indicates if the special padding should be applied when drawing text in group headers. |
MenuHeaderFontPadding | Indicates if the special padding should be applied when drawing text in menu headers. |
None | Value used as default for StyleFlag enumeration. |
TextBoxUnderLine | Indicates whether textbox has underline. |
TextFontPadding | Indicates if the special padding should be applied when drawing strings using Text font. |
TooltipBorder | Indicates whether the tooltip window should display a border. |
TooltipRoundedCorners | Indicates whether the tooltip window has rounded corners. |
TooltipShadow | Indicates whether the tooltip window should display a shadow. |
TooltipUseFading | Indicates whether a fade effect should be used when displaying a tooltip. |
System.Object
System.ValueType
System.Enum
C1.Win.C1InputPanel.StyleFlag