IToolBarItem Interface
A single tool bar button in a .NET WPF tool bar.

C# Syntax

public interface IToolBarItem 
Public Properties
 NameDescription
PropertyHasEllipsesIndicates whether this toolbar item's text is truncated and an ellipsis (...) is displayed.  
PropertyIndexThe 1-based index of this toolbar item. The index does not include hidden and separator buttons.  
PropertyIsCheckedIndicates whether this toggle button is set.  
PropertyIsEnabledIndicates whether this toolbar item can accept user input.  
PropertyIsHotIndicates whether this toolbar item appears highlighted because the mouse pointer is hovering over it.  
PropertyNameThe name of this toolbar item.  
PropertyTypeThe control type of this toolbar item.  
Top