LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

CanShowTextObjectEditWindow Property






Gets a value that indicates whether this AnnAutomation is currently in a state where a text window can be displayed over the text object. .NET support Silverlight support
Syntax
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
public virtual bool CanShowTextObjectEditWindow {get;}
 get_CanShowTextObjectEditWindow(); 
public:
virtual property bool CanShowTextObjectEditWindow {
   bool get();
}

Property Value

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

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.