com.hp.lft.sdk.wpf

Interface ToolBarItem



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

      Modifier and TypeMethod and Description
      intgetIndex()
      Returns the 1-based index number of this toolbar item.
      java.lang.StringgetName()
      Returns the name of this toolbar item.
      java.lang.StringgetType()
      Returns the control type of the toolbar item.
      booleanhasEllipses()
      Indicates whether this toolbar item's text is truncated and an ellipsis (...) is displayed.
      booleanisChecked()
      Indicates whether this toggle button is set.
      booleanisEnabled()
      Indicates whether this toolbar item can accept user input.
      booleanisHot()
      Indicates whether this toolbar item appears highlighted, as when the mouse hovers over it.