←Select platform

ToolBarImage Property

Summary

Gets or sets the toolbar image associated with this AnnAutomationObject

Syntax

C#
VB
WinRT C#
C++
public virtual object ToolBarImage { get; set; } 
Public Overridable Property ToolBarImage As Object 
public virtual object ToolBarImage {get; set;} 
 <br/>get_ToolBarImage();<br/>set_ToolBarImage(value);<br/>Object.defineProperty('ToolBarImage');  
public:  
   virtual property Object^ ToolBarImage 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

The toolbar image associated with this AnnAutomationObject. The default value is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly