←Select platform

UserData Property

Summary

Gets or sets the user-defined data for this AnnAutomationObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual object UserData {get; set;}
Public Overridable Property UserData As Object
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize