CADability dotNET
Gets or sets whether the label may be edited. When set to true you should provide a handler for the LabelChangedEvent, to be notified about when the user entered some other label text. Use the LabelText property to set the modified text.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool LabelIsEditable
Visual Basic
Public LabelIsEditable As Boolean
Visual C++
public:
bool LabelIsEditable

See Also