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 : ForceSelectionModifierKey Property |
public bool ForceSelectionModifierKey {get; set;}
'Declaration
Public Property ForceSelectionModifierKey As Boolean
public bool ForceSelectionModifierKey {get; set;}
@property (nonatomic) BOOL forceSelectionModifierKey;
public boolean getForceSelectionModifierKey() public void setForceSelectionModifierKey(boolean value)
<br/>get_ForceSelectionModifierKey();<br/>set_ForceSelectionModifierKey(value);<br/>Object.defineProperty('ForceSelectionModifierKey');
ForceSelectionModifierKey and SelectionModifierKey are used when the selection automation object (SelectObjectId is present). This object allows the user to select multiple annotation objects by clicking anywhere on the container outside the boundaries of any of the other objects and drawing a rubber band.
When the value of ForceSelectionModifierKey is false (the default), then SelectionModifierKey is not used and the user can start drawing the selection rubber band using the mouse (or touch) only.
When the value of ForceSelectionModifierKey is true, then the user can only start drawing the selection rubber band if the modifier specified is also pressed.
ForceSelectionModifierKey is only used if the current platform supports a physical keyboard.