CADability dotNET
Sets or gets the read only setting of this object. If ReadOnly is true, the user cannot modify
the represented GeoPoint.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public override bool ReadOnly { get; set; } |
| Visual Basic |
|---|
Public Overrides Property ReadOnly As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool ReadOnly {
bool get () override;
void set (bool value) override;
} |
Implements
IShowProperty..::..ReadOnly
See Also