←Select platform

CheckModifier Property

Summary
Gets or sets the keyboard modifier callback
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnCheckModifierCallback CheckModifier { get; set; } 
@property (nonatomic, weak, nullable) id<LTAnnCheckModifierCallback> checkModifier; 
public AnnCheckModifierCallback getCheckModifier() 
public void setCheckModifier(AnnCheckModifierCallback checkModifier) 
public:  
   property AnnCheckModifierCallback^ CheckModifier 
   { 
      AnnCheckModifierCallback^ get() 
      void set(AnnCheckModifierCallback^ value) 
   } 
CheckModifier # get and set (AnnPlatformCallbacks) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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