CADability dotNET Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
bool IHotSpot.IsSelected { get; set; } |
| Visual Basic |
|---|
Private Property IsSelected As Boolean Implements IHotSpot.IsSelected Get Set |
| Visual C++ |
|---|
private: virtual property bool IsSelected { bool get () sealed = IHotSpot::IsSelected::get; void set (bool value) sealed = IHotSpot::IsSelected::set; } |