BCGSoft.Shared Namespace : StatusBarPaneData Class |
The following tables list the members exposed by StatusBarPaneData.
Name | Description | |
---|---|---|
![]() | StatusBarPaneData Constructor |
Name | Description | |
---|---|---|
![]() | AnimationFrameRate | Specifies the animation frame rate of the status bar, in milliseconds. |
![]() | AnimationImages | Specifies a collection of the images used on animation. |
![]() | ClrBack | Specifies the background color of the pane. |
![]() | ClrProgress | Specifies the start color of the gradient filling of the progress bar. |
![]() | ClrProgressDest | Specifies the end color of the gradient filling of the progress bar. |
![]() | ClrProgressText | Specifies the text color on the progress bar. |
![]() | ClrText | Specifies the text color of the pane. |
![]() | CurrFrame | Specifies the current animation frame or current image to display from the Image List. |
![]() | CurrProgress | Specifies the current progress value on the progress bar from the status bar. |
![]() | CxText | Specifies the size of the text on the pane. |
![]() ![]() | DefaultFrameRate | Specifies the default animation frame rate of the status bar, in milliseconds. Its default value is 500 milliseconds. |
![]() | DefaultMessagePanel | Toolbar buttons use this pane to display associated message strings. If you set this property to true, then it's recommended to set Stretch property to true as well. |
![]() | DefaultPanelText | Specifies the default text displayed on the pane when there is no message to display. Use only in conjunction with the DefaultMessagePanel property. Otherwise, use the Text property to set panel's text. |
![]() | Disabled | Specifies if the pane's text should be drawn with the disabled color. |
![]() | HasBorders | Specifies if the border should be drawn around the pane. |
![]() | ID | Specifies the identifier of the StatusBarPane. |
![]() | MinWidth | A width which the pane can take when there is enough space on the Status Bar control. In "Stretch" mode the pane is stertched up to this size, after that the Status Bar resizes stretch panes. |
![]() | PanelStyle | Specifies if the status bar pane has a regular or OwnerDraw styles. In second case you need to subscribe to the status bar's DrawItem event. |
![]() | Popout | Specifies if the pane has a popout appearance. |
![]() | ProgressText | Specifies the text to display on the progress bar. |
![]() | Rect | Specifies the boundaries of the status bar pane in client coordinates of the status bar. |
![]() | Stretch | Specifies if the pane is resized to take the rest of status bar space. Only one status bar pane may have this property set to true. Usually the first pane (or pane used to display default messages) has this property set to true. |
![]() | Text | Specifies the text to display on the panel. |
![]() | TextFormat | Gets or sets the display and layout information of the text drawn on the pane. |
![]() | TooltipText | Specifies the text to display on the tooltip related to the StatusBarPane. |
![]() | TotalProgress | Specifies the total progress value. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a shallow copy of the current StatusBarPaneData object. |
![]() | Dispose | Overloaded. |