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


In This Topic
HotkeyPrefix Property (CanvasBase)
In This Topic
Gets or sets whether the underscore appears for hot keys - whether an ampersand typed in front of a character underlines the character.
Syntax
'Declaration
 
Public Overridable Property HotkeyPrefix As HotkeyPrefix
 
'Usage
 
Dim instance As CanvasBase
Dim value As HotkeyPrefix
 
instance.HotkeyPrefix = value
 
value = instance.HotkeyPrefix
See Also