TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / HotkeyPrefix Property

In This Topic
    HotkeyPrefix Property (Style)
    In This Topic
    Gets or sets the HotkeyPrefix value determining how to display hot keys.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DescriptionAttribute("Gets or sets how to display hot keys.")>
    <CategoryAttribute("Text")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property HotkeyPrefix As HotkeyPrefix
    [Browsable(false)]
    [Description("Gets or sets how to display hot keys.")]
    [Category("Text")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public HotkeyPrefix HotkeyPrefix {get; set;}
    See Also