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 : DeselectOnDown Property |
public bool DeselectOnDown {get; set;}
'Declaration
Public Property DeselectOnDown As Boolean
public bool DeselectOnDown {get; set;}
@property (nonatomic) BOOL deselectOnDown;
public boolean getDeselectOnDown() public void setDeselectOnDown(boolean value)
<br/>get_DeselectOnDown();<br/>set_DeselectOnDown(value);<br/>Object.defineProperty('DeselectOnDown');
In some situations, the objects should remain selected when the user first clicks or taps using touch outside their boundaries since another action might follow. For example, the LEADTOOLS Document Viewer changes the value of DeselectOnDown to false since it uses multiple interactive modes all working at the same time and the user can click outside the objects then perform a drag operation to pan or zoom the view in or out. This extra operation will be performed while the objects remain selected. The objects become de-selected only if the user clicks and then releases without any further action.