Class StatusBarPanel
Represents an individual item that is displayed within a status bar.
[ControlCategory("Hidden")]
public class StatusBarPanel : BaseControlItem, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject, INotifyPropertyChanged- Inheritance
- 
      
      
      
      
      
      
      StatusBarPanel
- Implements
Constructors
- StatusBarPanel()
- Initializes a new instance of the StatusBarPanel class. 
- StatusBarPanel(string)
- Initializes a new instance of the StatusBarPanel class with the specified text for the status bar item. 
Properties
- Style
- Gets or sets style of the status bar panel. 
- Text
- Gets or sets a value indicating the text displayed in the status bar panel. 
- Width
- Gets or sets width of the status bar panel. 
Methods
- Assign(StatusBarPanel)
- Assigns properties from another StatusBarPanel. 
- Clone()
- Creates copy of this StatusBarPanel. 
Events
- StyleChanged
- Occurs when the Style property changes. 
- TextChanged
- Occurs when the Text property changes. 
- WidthChanged
- Occurs when the Width property changes.