Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AllowClipboardKeys Property


In This Topic
    AllowClipboardKeys Property
    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 SuperEditBase
    Dim value As Boolean
     
    instance.AllowClipboardKeys = value
     
    value = instance.AllowClipboardKeys
    public virtual bool AllowClipboardKeys {get; set;}

    Property Value

    Boolean value: true to allow Clipboard shortcut keys; false otherwise
    See Also