Interface IStatusBarItem
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
Text
The text of the status bar item, or "" when empty.
string Text { get; }
Property Value
Width
The width of the status bar item (in pixels).
int Width { get; }
Property Value
X
The status bar's x-coordinate (left) relative to the parent window (in pixels).
int X { get; }
Property Value
Y
The status bar's y-coordinate (top) relative to the parent window (in pixels).
int Y { get; }