A runtime form designer control

FormDesigner.EnableCut Property

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

Remarks

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

See Also

FormDesigner Class | Viklele.Win.Designer Namespace