![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationObject Class : UserData Property |
public virtual object UserData {get; set;}
'Declaration
Public Overridable Property UserData As Object
public virtual object UserData {get; set;}
@property (nonatomic) NSObject* userData;
public Object getUserData(); public void setUserData(Object value);
<br/>get_UserData();<br/>set_UserData(value);<br/>Object.defineProperty('UserData');
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.