The AnnToolBar Class supports WPF/Silverlight.
The AnnToolBar Class is available in LEADTOOLS Document and Medical Imaging toolkits.
The toolbar class used with the automation mode in the LEADTOOLS Annotations class library. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Class AnnToolBar Inherits System.Windows.Controls.ItemsControl Implements ISupportInitialize, IFrameworkInputElement, IInputElement, IAddChild, IAnimatable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnToolBar |
C# | |
---|---|
public class AnnToolBar : System.Windows.Controls.ItemsControl, ISupportInitialize, IFrameworkInputElement, IInputElement, IAddChild, IAnimatable |
C++/CLI | |
---|---|
public ref class AnnToolBar : public System.Windows.Controls.ItemsControl, ISupportInitialize, IFrameworkInputElement, IInputElement, IAddChild, IAnimatable |
For C#/VB examples, refer to AnnAutomationManager.
The AnnToolBar is a class that implements the standard WPF System.Windows.Controls.ItemsControl and contains and instance of the ToolBar class.
Use AnnToolBar as the value of the AnnAutomationManager.ToolBar property
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
Leadtools.Windows.Annotations.AnnToolBar
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)