Input for WinForms | ComponentOne
C1.Win.Input Namespace / LabelDisplayMode Enumeration

In This Topic
    LabelDisplayMode Enumeration
    In This Topic
    Specifies display modes to display either text or icons to represent the states of the control.
    Syntax
    'Declaration
     
    
    Public Enum LabelDisplayMode 
       Inherits System.Enum
    public enum LabelDisplayMode : System.Enum 
    Members
    MemberDescription
    IconThe icons.
    TextThe text labels.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.LabelDisplayMode

    See Also