Gets the boolean value that identifies if CopySelectedComponentsToClipboard operation can be performed at this time.
[Visual Basic] Public Property ReadOnly EnableCopy As Boolean [C#] public bool EnableCopy { get; } [C++] public: __property bool get_EnableCopy(); [JScript] public function get EnableCopy() : bool
This property is typically used to enable/disable Copy menu in the application.
FormDesigner Class | Viklele.Win.Designer Namespace