Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanShowObjectProperties Property |
public bool CanShowObjectProperties {get;}
'Declaration
Public ReadOnly Property CanShowObjectProperties As Boolean
public bool CanShowObjectProperties {get;}
@property (nonatomic, readonly) BOOL canShowObjectProperties;
public boolean canShowObjectProperties();
get_CanShowObjectProperties();
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.