←Select platform

CanShowObjectProperties Property

Summary

Gets a value that indicates whether this AnnAutomation is currently in a state where the object properties can be displayed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool CanShowObjectProperties { get; } 
Public ReadOnly Property CanShowObjectProperties As Boolean 
public bool CanShowObjectProperties {get;} 
@property (nonatomic, readonly) BOOL canShowObjectProperties; 
public boolean canShowObjectProperties(); 
             
 get_CanShowObjectProperties();  
public:  
   property bool CanShowObjectProperties 
   { 
      bool get() 
   } 

Property Value

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

Remarks

The AnnAutomation can display the object properties if there is an AnnObject that is currently being edited (in other words, the CurrentDesigner is an object of the AnnEditDesigner class), and the AnnObject currently being edited is not locked (the IsLocked value is false).

Call the ShowObjectProperties method to display the object properties.

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