←Select platform

CheckModifier Property

Summary

Gets or sets the keyboard modifier callback

Syntax

C#
VB
Java
WinRT C#
C++
public AnnCheckModifierCallback CheckModifier { get; set; } 
Public Property CheckModifier As Leadtools.Annotations.Core.AnnCheckModifierCallback 
public Leadtools.Annotations.Core.AnnCheckModifierCallback CheckModifier {get; set;} 
public AnnCheckModifierCallback getCheckModifier() 
public void setCheckModifier(AnnCheckModifierCallback checkModifier) 
             
 <br/>get_CheckModifier();<br/>set_CheckModifier(value);<br/>Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly