Specifies whether the control is enabled. If it's disabled, the content is readonly.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override bool Enabled { get; set; }
Visual Basic
Public Overrides Property Enabled As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Enabled {
	bool get () override;
	void set (bool value) override;
}

See Also