Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / HotkeyPrefix Enumeration

In This Topic
    HotkeyPrefix Enumeration
    In This Topic
    Specifies the type of display for hot-key prefixes that relate to text.
    Syntax
    'Declaration
     
    
    Public Enum HotkeyPrefix 
       Inherits System.Enum
    public enum HotkeyPrefix : System.Enum 
    Members
    MemberDescription
    HideDo not display the hot-key prefix.
    NoneNo hot-key prefix.
    ShowDisplay the hot-key prefix.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.HotkeyPrefix

    See Also