Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / HotkeyPrefix Property


In This Topic
    HotkeyPrefix Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets whether the ampersand character underlines text.
    Syntax
    'Declaration
     
    
    Public Property HotkeyPrefix As HotkeyPrefix
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As HotkeyPrefix
     
    instance.HotkeyPrefix = value
     
    value = instance.HotkeyPrefix
    public HotkeyPrefix HotkeyPrefix {get; set;}
    See Also