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

Object Property (AnnRunDesigner)






Gets or sets the AnnObject to be run.
Syntax
public virtual AnnObject Object {get; set;}
'Declaration
 
Public Overridable Property Object As AnnObject
'Usage
 
Dim instance As AnnRunDesigner
Dim value As AnnObject
 
instance.Object = value
 
value = instance.Object
public virtual AnnObject Object {get; set;}
 get_Object();
set_Object(value);
public:
virtual property AnnObject^ Object {
   AnnObject^ get();
   void set (    AnnObject^ value);
}

Property Value

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

AnnRunDesigner Class
AnnRunDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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