ComponentOne Ribbon for WinForms
StyleFlag Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : StyleFlag Enumeration
Named style flags (boolean constants).
Syntax
'Declaration
 
Public Enum StyleFlag 
   Inherits System.Enum
public enum StyleFlag : System.Enum 
Members
MemberDescription
AppButtonTextFontPaddingIndicates if the special padding should be applied when drawing the button text.
GroupTextFontPaddingIndicates if the special padding should be added when drawing group captions.
MenuBoldFontPaddingIndicates if the special padding should be applied when drawing strings using MenuBold font.
MenuHeaderFontPaddingIndicates if the special padding should be applied when drawing strings using MenuHeader font.
NoneValue used as default for StyleFlag enumeration.
TabGroupFontPaddingIndicates if the special padding should be applied when drawing strings using TabGroup font.
TabTextFontPaddingIndicates if the special padding should be applied when drawing tab caption.
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.C1Ribbon.StyleFlag

See Also

Reference

C1.Win.C1Ribbon Namespace