LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

EditObject Property






Gets or sets the AnnObject to be edited.
Syntax
public virtual AnnObject EditObject {get; set;}
'Declaration
 
Public Overridable Property EditObject As AnnObject
'Usage
 
Dim instance As AnnEditDesigner
Dim value As AnnObject
 
instance.EditObject = value
 
value = instance.EditObject
public virtual AnnObject EditObject {get; set;}
 get_EditObject();
set_EditObject(value);
public:
virtual property AnnObject^ EditObject {
   AnnObject^ get();
   void set (    AnnObject^ value);
}

Property Value

An AnnObject object specifying the object currently being edited.
Example
For an example, refer to AnnDesigner.
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

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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