Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

CanShowObjectPropertiesDialog Property






Gets a value that indicates whether this AnnAutomation is currently in a state where the object properties dialog can be displayed.
Syntax
public virtual bool CanShowObjectPropertiesDialog {get;}
'Declaration
 
Public Overridable ReadOnly Property CanShowObjectPropertiesDialog As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanShowObjectPropertiesDialog

            

            
public:
virtual property bool CanShowObjectPropertiesDialog {
   bool get();
}

Property Value

true if this AnnAutomation is currently in a state where the object properties dialog can be displayed; otherwise, false.
Remarks
The AnnAutomation can display the object properties dialog 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 AnnObject.IsLocked value is false).

Call the ShowObjectPropertiesDialog method to display the object properties dialog.

Example
For an example, refer to ShowObjectPropertiesDialog.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)