←Select platform

UserData Property

Summary
Gets or sets the user-defined data for this AnnAutomationObject.
Syntax
C#
VB
Objective-C
C++
Java
public virtual object UserData { get; set; } 
Public Overridable Property UserData As Object 
@property (nonatomic) NSObject* userData; 
public Object getUserData(); 
public void setUserData(Object value); 
public:  
   virtual property Object^ UserData 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.