InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / StyleConst Enumeration

In This Topic
    StyleConst Enumeration
    In This Topic
    Named style constants of System.Int32 type.
    Syntax
    'Declaration
     
    Public Enum StyleConst 
       Inherits System.Enum
    public enum StyleConst : System.Enum 
    Members
    MemberDescription
    CheckBoxSizeWidth and height of the check box mark area.
    GripPanelHeightThe height of the menu resizing gripper area.
    MenuSeparatorLeftPaddingSpacing before the horizontal line displayed as menu item separator.
    NavigatorSeparatorWidthThe width of a separator between group of button on InputDataNavigator.
    NoneValue used as default for StyleConst enumeration.
    ProgressBarPaddingThe value of horizontal and vertical padding of the bar showing progress.
    RadioBoxSizeWidth and height of the InputRadioButton mark area.
    RadioMarkSizeWidth and height of the image that appears on checked InputRadioButton.
    StackScrollButtonHeightThe height of a stack scroll button ('hot scrolling' menu area).
    TooltipGradientSpecifies a background gradient for tooltips.
    TrackBarThumbHeightThe height of track bar thumb.
    TrackBarThumbWidthThe width of track bar thumb.
    TrackBarTickHeightThe height of tick marks.
    TrackBarTickWidthThe width of tick marks.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.InputPanel.StyleConst

    See Also