BCGControlBar Library for .NET
StatusBarPaneData Class Members
Fields  Methods 


The following tables list the members exposed by StatusBarPaneData.

Public Constructors
 NameDescription
Public ConstructorStatusBarPaneData Constructor  
Top
Public Fields
 NameDescription
Public FieldAnimationFrameRate

Specifies the animation frame rate of the status bar, in milliseconds.

 
Public FieldAnimationImagesSpecifies a collection of the images used on animation.  
Public FieldClrBackSpecifies the background color of the pane.  
Public FieldClrProgressSpecifies the start color of the gradient filling of the progress bar.  
Public FieldClrProgressDestSpecifies the end color of the gradient filling of the progress bar.  
Public FieldClrProgressTextSpecifies the text color on the progress bar.  
Public FieldClrTextSpecifies the text color of the pane.  
Public FieldCurrFrameSpecifies the current animation frame or current image to display from the Image List.  
Public FieldCurrProgress

Specifies the current progress value on the progress bar from the status bar.

 
Public FieldCxTextSpecifies the size of the text on the pane.  
Public Fieldstatic (Shared in Visual Basic)DefaultFrameRate

Specifies the default animation frame rate of the status bar, in milliseconds. Its default value is 500 milliseconds.

 
Public FieldDefaultMessagePanel

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.

 
Public FieldDefaultPanelText

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.

 
Public FieldDisabledSpecifies if the pane's text should be drawn with the disabled color.  
Public FieldHasBordersSpecifies if the border should be drawn around the pane.  
Public FieldIDSpecifies the identifier of the StatusBarPane.  
Public FieldMinWidth

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.

 
Public FieldPanelStyle

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.

 
Public FieldPopoutSpecifies if the pane has a popout appearance.  
Public FieldProgressTextSpecifies the text to display on the progress bar.  
Public FieldRectSpecifies the boundaries of the status bar pane in client coordinates of the status bar.  
Public FieldStretch

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.

 
Public FieldTextSpecifies the text to display on the panel.  
Public FieldTextFormat

Gets or sets the display and layout information of the text drawn on the pane.

 
Public FieldTooltipTextSpecifies the text to display on the tooltip related to the StatusBarPane.  
Public FieldTotalProgressSpecifies the total progress value.  
Top
Public Methods
 NameDescription
Public MethodClone

Creates a shallow copy of the current StatusBarPaneData object. 

 
Public MethodDisposeOverloaded.   
Top
See Also

Reference

StatusBarPaneData Class
BCGSoft.Shared Namespace

Send Feedback