Spread WinForms 15
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
See Also