public AnnKeys MultiSelectModifierKey {get; set;}
public AnnKeys MultiSelectModifierKey {get; set;}
@property (nonatomic) LTAnnKeys multiSelectModifierKey;
public int getMultiSelectModifierKey() public void setMultiSelectModifierKey(int value)
get_MultiSelectModifierKey();
set_MultiSelectModifierKey(value);
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.