Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AllowClipboardKeys Property


In This Topic
AllowClipboardKeys Property (SuperEditBase)
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
See Also