Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
MultiSelectModifierKey Property
See Also  Example
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;}
Managed Extensions for C++ 
public: __property Keys get_MultiSelectModifierKey();
public: __property void set_MultiSelectModifierKey( 
   Keys value
);
C++/CLI 
public:
property Keys MultiSelectModifierKey {
   Keys get();
   void set (Keys value);
}

Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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