BCGSoft.ControlBars Namespace : StatusBarPaneInfo Class |
The following tables list the members exposed by StatusBarPaneInfo.
Name | Description | |
---|---|---|
![]() | StatusBarPaneInfo Constructor | Initializes a new instance of the StatusBarPaneInfo class. |
Name | Description | |
---|---|---|
![]() | AnimationFrameRate | Specifies the frame rate for the animation in milliseconds. The frame rate is equal to the interval of the animation timer. |
![]() | BackColor | Gets or sets the background color for the pane. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | CurrFrame | Specifies the number of the current animation frame or an index of the current image in the ImageList to display. |
![]() | CurrProgress | Specifies the current position of the progress bar. |
![]() | DefaultMessagePanel | Specifies if this StatusBarPane will be used by the toolbar button to display associated message string. |
![]() | DefaultPanelText | Specifies the default text displayed on the pane when there is no message to display. Use only in conjunction with DefaultMessagePanel property. Otherwise use Text property to set panel's text. |
![]() | Disabled | Draws pane's text with a disabled color. |
![]() | HasBorders | Specifies if a border is drawn around the pane. |
![]() | ID | |
![]() | Images | Specifies the Image List associated with the pane. Use either Image List with one image to display a static image, or Image List with several images to display animation. |
![]() | ImageWidth | |
![]() | IsAnimationEnabled | |
![]() | MinPaneWidth | Specifies the width of the pane can take when there is enough space on the Status Bar control. In "Stretch" mode the pane is stretched up to this size, after that the Status Bar resizes stretches panes. |
![]() | PanelStyle | Specifies whether the style of the status bar is regular or OwnerDraw. In second case you need to subscribe to Status Bars's DrawItem event. |
![]() | ParentStatusBar | |
![]() | Popout | |
![]() | ProgressColor | Specifies the starting color of the gradient used to fill the progress bar. |
![]() | ProgressDestColor | Specifies the ending color of the gradient used to fill the progress bar. |
![]() | ProgressText | Specifies the text to display on the progress bar. |
![]() | ProgressTextColor | Specifies the color of the text displayed on the progress bar. |
![]() | Rect | |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Stretch | Specifies if the pane is resized to take the rest of status bar space. |
![]() | Text | Specifies the text to display on the panel. |
![]() | TextColor | Gets or sets the color of the StatusBarPane text. |
![]() | TextFormat | Gets or sets the format of the text on the panel. It encapsulates text layout information (such as alignment, orientation and tab stops), displays manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. |
![]() | TextWidth | |
![]() | TooltipText | Sets a tooltip text for the status bar pane. |
![]() | TotalProgress | Gets or sets the maximum value of the range of the progress bar. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. |
![]() | EnableAnimation | Allows the pane to display an animation whose frames are stored in the specified image list . |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetPaneData | Creates a copy of the related StatusBarPaneData object and places it to the "value" reference. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | OnAnimTimerTick | Raises AnimTimerTick event. Occurs when the specified interval of the animation timer has elapsed and the animation timer is enabled. This methods changes the displayed image on the StatusBarPane. |
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
![]() | ShouldSerializeParentStatusBar | |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | raise_PropertyChanged |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | PropertyChanged | Occurs after the value of any property of the StatusBarControl is changed. |