Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / HotkeyPrefix Property


In This Topic
HotkeyPrefix Property (FpButton)
In This Topic
Gets or sets whether the ampersand character underlines text.
Syntax
'Declaration
 
Public Property HotkeyPrefix As HotkeyPrefix
 
'Usage
 
Dim instance As FpButton
Dim value As HotkeyPrefix
 
instance.HotkeyPrefix = value
 
value = instance.HotkeyPrefix
See Also