A runtime form designer control

FormDesigner.EnablePaste Property

Gets the boolean value that identifies if PasteComponentsFromClipboard operation can be performed at this time.

[Visual Basic]
Public Property ReadOnly EnablePaste As Boolean
[C#]
public bool EnablePaste { get; }
[C++]
public: __property bool get_EnablePaste();
[JScript]
public function get EnablePaste() : bool

Remarks

This property is typically used to enable/disable Paste menu in the application.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace