Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / prefix Field


In This Topic
prefix Field
In This Topic
Hotkey prefix of the button.
Syntax
'Declaration
 
Public prefix As HotkeyPrefix
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As HotkeyPrefix
 
value = instance.prefix
 
instance.prefix = value
See Also