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 : MultiSelectModifierKey Property |
public AnnKeys MultiSelectModifierKey {get; set;}
'Declaration
Public Property MultiSelectModifierKey As AnnKeys
public AnnKeys MultiSelectModifierKey {get; set;}
@property (nonatomic) LTAnnKeys multiSelectModifierKey;
public int getMultiSelectModifierKey() public void setMultiSelectModifierKey(int value)
<br/>get_MultiSelectModifierKey();<br/>set_MultiSelectModifierKey(value);<br/>Object.defineProperty('MultiSelectModifierKey');
This key is used in design mode to select multiple objects. After the first object is selected, you press and hold down this key then click on other objects on the container. A temporary group will be created and these objects will be added to this group.
Note: This member is not supported in WinRT Phone.