←Select platform

ExtendedModeModifierKey Property

Summary
Gets or sets a value indicating the current extended mode modifier key.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual AnnKeys ExtendedModeModifierKey { get; set; } 
@property (nonatomic, assign) LTAnnKeys extendedModeModifierKey NS_AVAILABLE_MAC(10_10); 
public int getExtendedModeModifierKey(); 
public void setExtendedModeModifierKey(int value); 
 <br/>get_ExtendedModeModifierKey();<br/>set_ExtendedModeModifierKey(value);<br/>Object.defineProperty('ExtendedModeModifierKey');  
public:  
   virtual property AnnKeys^ ExtendedModeModifierKey 
   { 
      AnnKeys^ get() 
      void set(AnnKeys^ value) 
   } 
ExtendedModeModifierKey # get and set (AnnDrawDesigner) 

Property Value

The current extended mode modifier key. Default value is AnnKeys.None.

Remarks

When this AnnDrawDesigner is drawing an object and the user holds down the key specified by this property, the ExtendedMode is activated.

Note:This property is not supported in WinRTPhone.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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