(Leadtools.Annotations.Automation)

UserData Property

Show in webframe




Gets or sets the user-defined data for this AnnAutomationObject.
Syntax
public virtual object UserData {get; set;}
public virtual object UserData {get; set;}
@property (nonatomic) NSObject* userData;
public Object getUserData();
public void setUserData(Object value);
            
 
get_UserData();
set_UserData(value);
Object.defineProperty('UserData');

Property Value

The user-defined data for this AnnAutomationObject. The default value is null.
Remarks

The automation will not use the value of this property. However, helper classes in the demo can assign a context menu or a toolbar button image in this property.

Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.