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
This property is typically used to enable/disable Paste menu in the application.
FormDesigner Class | Viklele.Win.Designer Namespace