Gets the toolbar button of this AnnAutomationObject.
public virtual ToggleButton ToolBarButton { get; }
Public Overridable ReadOnly Property ToolBarButton As ToggleButton
public:
virtual property ToggleButton^ ToolBarButton {
ToggleButton^ get();
}
A System.Windows.Controls.Primitives.ToggleButton which represents the toolbar button of this AnnAutomationObject.
Calling CreateToolBar will create the toolbar and all the buttons for all the automation objects in Objects. After that, you can use this property to edit the toolbar button control if needed.
For C#/VB examples, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET