Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / AllowClipboardKeys Property


In This Topic
    AllowClipboardKeys Property (FpCombo)
    In This Topic
    Gets or sets whether the control supports the Clipboard shortcut keys.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowClipboardKeys As Boolean
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Boolean
     
    instance.AllowClipboardKeys = value
     
    value = instance.AllowClipboardKeys
    public virtual bool AllowClipboardKeys {get; set;}
    See Also