←Select platform

CanShowProperties Property

Summary
Gets a value that indicates whether this AnnAutomation is currently in a state where the user properties dialog can be displayed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool CanShowProperties { get; } 
@property (nonatomic, assign, readonly) BOOL canShowProperties; 
public boolean canShowProperties() 
public:  
   virtual property bool CanShowProperties 
   { 
      bool get() 
   } 
CanShowProperties # get  (AnnAutomation) 

Property Value

true if this AnnAutomation is currently in a state where the user properties dialog can be displayed; otherwise, it is false.

Remarks

The AnnAutomation can display the object properties dialog if there is an AnnObject or more that is currently being edited (in other words, the CurrentDesigner is an object of the AnnEditDesigner class). You can get the current selected object through the CurrentEditObject property.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.