LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
MultiSelectModifierKey Property
See Also 
Leadtools.Annotations Namespace > AnnAutomationManager Class : MultiSelectModifierKey Property



Gets or sets the multi-select modifier key.

Syntax

Visual Basic (Declaration) 
Public Property MultiSelectModifierKey As Keys
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As Keys
 
instance.MultiSelectModifierKey = value
 
value = instance.MultiSelectModifierKey
C# 
public Keys MultiSelectModifierKey {get; set;}
C++/CLI 
public:
property Keys MultiSelectModifierKey {
   Keys get();
   void set (    Keys value);
}

Property Value

The multi-select modifier key.

Example

This example disables the multi-select modifier key

Visual BasicCopy Code
Public Sub AnnAutomationManager_MultiSelectModifierKey(ByVal manager As AnnAutomationManager)
   manager.MultiSelectModifierKey = Keys.None
End Sub
C#Copy Code
public void AnnAutomationManager_MultiSelectModifierKey(AnnAutomationManager manager)
{
   manager.MultiSelectModifierKey = Keys.None;
}

Remarks

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.

By default, the automation framework sets this value to Keys.Shift

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features