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


In This Topic
AllowClipboardKeys Property (InputTextBox)
In This Topic
Internal use only. Gets or sets whether to allow Clipboard shortcut keys.
Syntax
'Declaration
 
Public Property AllowClipboardKeys As Boolean
 
'Usage
 
Dim instance As InputTextBox
Dim value As Boolean
 
instance.AllowClipboardKeys = value
 
value = instance.AllowClipboardKeys
See Also