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 : CanShowProperties Property |
public virtual bool CanShowProperties {get;}
'Declaration
Public Overridable ReadOnly Property CanShowProperties As Boolean
public virtual bool CanShowProperties {get;}
@property (nonatomic,readonly) BOOL canShowProperties;
public boolean canShowProperties()
get_CanShowProperties();
The AnnAutomation can display the object properties dialog if there is a 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.