Ribbon for WinForms
StyleFlag 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : StyleFlag 列挙体
Named style flags (boolean constants).
シンタックス
'宣言
 
Public Enum StyleFlag 
   Inherits System.Enum
public enum StyleFlag : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Ribbon 名前空間