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


In This Topic
HotkeyPrefix Property (CanvasContainerBase)
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 CanvasContainerBase
Dim value As HotkeyPrefix
 
instance.HotkeyPrefix = value
 
value = instance.HotkeyPrefix
See Also