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