Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanShowTextObjectEditWindow Property |
public virtual bool CanShowTextObjectEditWindow {get;}
'Declaration Public Overridable ReadOnly Property CanShowTextObjectEditWindow As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanShowTextObjectEditWindow
The AnnAutomation can display a text window if there is an AnnTextObject that is currently being edited (in other words, the CurrentDesigner is an object of the AnnTextEditDesigner class), and the AnnObject currently being edited is not locked (the AnnObject.IsLocked value is false).
Call the ShowTextObjectEditWindow method to display a text edit window.