com.hp.lft.sdk.wpf

Interface ToolBar

    • Method Detail

      • isItemOverflow

        boolean isItemOverflow(java.lang.String itemPath)
                        throws GeneralLeanFtException
        Indicates whether the item resides in the overflow area of this toolbar.
        Parameters:
        itemPath - name of the toolbar item
        Returns:
        true if the item resides in the overflow area
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • isItemOverflow

        boolean isItemOverflow(int itemIndex)
                        throws GeneralLeanFtException
        Indicates whether the item resides in the overflow area of this toolbar.
        Parameters:
        itemIndex - 1-based index of the toolbar item
        Returns:
        true if the item resides in the overflow area
        Throws:
        GeneralLeanFtException - if an error occurs during execution.