←Select platform

CheckModifier Property

Summary
Gets or sets the keyboard modifier callback
Syntax
C#
VB
C++
Java
public AnnCheckModifierCallback CheckModifier { get; set; } 
Public Property CheckModifier As AnnCheckModifierCallback 
public AnnCheckModifierCallback getCheckModifier() 
public void setCheckModifier(AnnCheckModifierCallback checkModifier) 
public:  
   property AnnCheckModifierCallback^ CheckModifier 
   { 
      AnnCheckModifierCallback^ get() 
      void set(AnnCheckModifierCallback^ value) 
   } 

Property Value

The keyboard modifier callback. The default value is null.

Remarks

This callback is used by AnnAutomation to check whether the Control, Alt or Shift keys are currently down in order to perform certain operations such as multi-selection of objects.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.