07-07-2008, 10:14
|
GregR

Joined on 05-31-2006
In House
Posts 1,607
|
Re: How to display Annotation toolbar or toolbox in web page? using javascript?
|
 
 
|
|
|
The XP Style annotations are not available in the OCX interface. If you want to use the XP Style annotations, you will need to use the COM interface.
You can set buttons invisible by setting the ButtonVisible property to false. For Button menu items (when there are multiple annotation tools associated with a single button), you must set the ButtonMenuTextID property to -1. For an example of how to use these properties, please see the documentation for them in the Main OCX help file.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|