Table of Contents

Interface IStatusBarItem

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

A single status bar item in a standard Windows status bar.

public interface IStatusBarItem

Properties

Height

The height of the status bar item (in pixels).

int Height { get; }

Property Value

int

Text

The text of the status bar item, or "" when empty.

string Text { get; }

Property Value

string

Width

The width of the status bar item (in pixels).

int Width { get; }

Property Value

int

X

The status bar's x-coordinate (left) relative to the parent window (in pixels).

int X { get; }

Property Value

int

Y

The status bar's y-coordinate (top) relative to the parent window (in pixels).

int Y { get; }

Property Value

int