Table of Contents

Interface IToolBarItem

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

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public interface IToolBarItem

Properties

HasEllipses

Indicates whether this toolbar item's text is truncated and an ellipsis (...) is displayed.

Declaration
bool HasEllipses { get; }
Property Value
Type Description
bool

Index

The 1-based index of this toolbar item. The index does not include hidden and separator buttons.

Declaration
int Index { get; }
Property Value
Type Description
int

IsChecked

Indicates whether this toggle button is set.

Declaration
bool IsChecked { get; }
Property Value
Type Description
bool

IsEnabled

Indicates whether this toolbar item can accept user input.

Declaration
bool IsEnabled { get; }
Property Value
Type Description
bool

IsHot

Indicates whether this toolbar item appears highlighted because the mouse pointer is hovering over it.

Declaration
bool IsHot { get; }
Property Value
Type Description
bool

Name

The name of this toolbar item.

Declaration
string Name { get; }
Property Value
Type Description
string

Type

The control type of this toolbar item.

Declaration
string Type { get; }
Property Value
Type Description
string