Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : EnableDeselectObject Property |
public bool EnableDeselectObject {get; set;}
'Declaration
Public Property EnableDeselectObject As Boolean
public bool EnableDeselectObject {get; set;}
@property (nonatomic) BOOL enableDeselectObject;
public boolean getEnableDeselectObject() public void setEnableDeselectObject(boolean enableDeselectObject)
<br/>get_EnableDeselectObject();<br/>set_EnableDeselectObject(value);<br/>Object.defineProperty('EnableDeselectObject');
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.