Spread Windows Forms 12.0 Product Documentation
AllowClipboardKeys Property


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : AllowClipboardKeys Property
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

Reference

SuperEditBase Class
SuperEditBase Members