Table of Contents

Interface IToolBarItem

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

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

public interface IToolBarItem

Properties

HasEllipses

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

bool HasEllipses { get; }

Property Value

bool

Index

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

int Index { get; }

Property Value

int

IsChecked

Indicates whether this toggle button is set.

bool IsChecked { get; }

Property Value

bool

IsEnabled

Indicates whether this toolbar item can accept user input.

bool IsEnabled { get; }

Property Value

bool

IsHot

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

bool IsHot { get; }

Property Value

bool

Name

The name of this toolbar item.

string Name { get; }

Property Value

string

Type

The control type of this toolbar item.

string Type { get; }

Property Value

string