C# Syntax
public interface IToolBarItem
Name | Description | |
---|---|---|
![]() | HasEllipses | Indicates whether this toolbar item's text is truncated and an ellipsis (...) is displayed. |
![]() | Index | The 1-based index of this toolbar item. The index does not include hidden and separator buttons. |
![]() | IsChecked | Indicates whether this toggle button is set. |
![]() | IsEnabled | Indicates whether this toolbar item can accept user input. |
![]() | IsHot | Indicates whether this toolbar item appears highlighted because the mouse pointer is hovering over it. |
![]() | Name | The name of this toolbar item. |
![]() | Type | The control type of this toolbar item. |