←Select platform

IsExtendedMode Property

Summary

Gets a value indicating whether this AnnDrawDesigner is currently in extended mode.

Syntax
C#
VB
Java
protected virtual bool IsExtendedMode {get;} 
Protected Overridable ReadOnly Property IsExtendedMode As Boolean 
c#[WinRT C# Syntax] 
protected virtual bool IsExtendedMode {get;} 
protected boolean getIsExtendedMode(); 
 get_IsExtendedMode();  

Property Value

true if this AnnDrawDesigner is currently in extended mode, otherwise; false.

Remarks

This property will check if either the value of the ExtendedMode is set to true or the key specified by ExtendedModeModifierKey is currently being pressed.

Note:This property is not supported in WinRTPhone.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly