A runtime form designer control

FormDesigner.EnableCopy Property

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

Remarks

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

See Also

FormDesigner Class | Viklele.Win.Designer Namespace