Interface ToolBarItem


public interface ToolBarItem
A single tool bar button in a WPF tool bar.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the 1-based index number of this toolbar item.
    Returns the name of this toolbar item.
    Returns the control type of the toolbar item.
    boolean
    Indicates whether this toolbar item's text is truncated and an ellipsis (...) is displayed.
    boolean
    Indicates whether this toggle button is set.
    boolean
    Indicates whether this toolbar item can accept user input.
    boolean
    Indicates whether this toolbar item appears highlighted, as when the mouse hovers over it.