Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / HotkeyPrefix Field


In This Topic
    HotkeyPrefix Field
    In This Topic
    Hotkey prefix style of the text.
    Syntax
    'Declaration
     
    
    Public HotkeyPrefix As HotkeyPrefix
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As HotkeyPrefix
     
    value = instance.HotkeyPrefix
     
    instance.HotkeyPrefix = value
    public HotkeyPrefix HotkeyPrefix
    See Also