ComponentOne MultiSelect for WinForms
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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also