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