get_enableDeselectObject();
set_enableDeselectObject(value);
Object.defineProperty('enableDeselectObject');
Type | Description |
---|---|
boolean | true if clicking on an already selected object while the MultiSelectModifierKey is pressed should de-select it; otherwise, false. The default value is true. |
When a selected object is clicked over with the pointer while the MultiSelectModifierKey is pressed, then its selection state must be inverted and become un-selected.
This behavior is used when the value of EnableDeselectObject is the default of true. Older versions of LEADTOOLS will not de-select the object if clicked on while MultiSelectModifierKey is pressed. If this behavior is desired, then set the value of EnableDeselectObject to false.