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

C# Syntax

public interface IStatusBarItem 
Public Properties
 NameDescription
PropertyHeightThe height of the status bar item (in pixels).  
PropertyTextThe text of the status bar item, or "" when empty.  
PropertyWidthThe width of the status bar item (in pixels).  
PropertyXThe status bar's x-coordinate (left) relative to the parent window (in pixels).  
PropertyYThe status bar's y-coordinate (top) relative to the parent window (in pixels).  
Top