Gets or sets the multi-select modifier key.
public AnnKeys MultiSelectModifierKey { get; set; }
Public Property MultiSelectModifierKey As Leadtools.Annotations.Core.AnnKeys
public Leadtools.Annotations.Core.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');
The multi-select modifier key. The default value is AnnKeys.Shift.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET