←Select platform

ToolBarButton Property

Summary

Gets the toolbar button of this AnnAutomationObject.

Syntax

C#
VB
C++
public virtual ToggleButton ToolBarButton { get; } 
  
Public Overridable ReadOnly Property ToolBarButton As ToggleButton 
public: 
virtual property ToggleButton^ ToolBarButton { 
   ToggleButton^ get(); 
} 

Property Value

A System.Windows.Controls.Primitives.ToggleButton which represents the toolbar button of this AnnAutomationObject.

Remarks

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.

Example

For C#/VB examples, refer to AnnAutomationManager.

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.Windows.Annotations Assembly