C# Syntax
public interface IStatusBarItem
Name | Description | |
---|---|---|
Height | The height of the status bar item (in pixels). | |
Text | The text of the status bar item, or "" when empty. | |
Width | The width of the status bar item (in pixels). | |
X | The status bar's x-coordinate (left) relative to the parent window (in pixels). | |
Y | The status bar's y-coordinate (top) relative to the parent window (in pixels). |