InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / StyleFlag Enumeration

In This Topic
    StyleFlag Enumeration
    In This Topic
    Named style flags (boolean constants).
    Syntax
    'Declaration
     
    Public Enum StyleFlag 
       Inherits System.Enum
    public enum StyleFlag : System.Enum 
    Members
    MemberDescription
    HeaderTextFontPaddingIndicates if the special padding should be applied when drawing text in group headers.
    MenuHeaderFontPaddingIndicates if the special padding should be applied when drawing text in menu headers.
    NoneValue used as default for StyleFlag enumeration.
    TextFontPaddingIndicates if the special padding should be applied when drawing strings using Text font.
    TooltipBorderIndicates whether the tooltip window should display a border.
    TooltipRoundedCornersIndicates whether the tooltip window has rounded corners.
    TooltipShadowIndicates whether the tooltip window should display a shadow.
    TooltipUseFadingIndicates whether a fade effect should be used when displaying a tooltip.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1InputPanel.StyleFlag

    See Also