If SelectOnMouseDown is True, then a mouse down action selects an object, otherwise it waits mouse up to select.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool ObjectsSelectOnMouseDown { get; set; }
Public Property ObjectsSelectOnMouseDown As Boolean Get Set
public: property bool ObjectsSelectOnMouseDown { bool get (); void set (bool value); }