Spread Windows Forms 17
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
    public HotkeyPrefix prefix
    See Also