Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / HotkeyPrefix Property


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