Inheritance diagram for StatusBar:


| Public Member Functions | |
| Remove ([in] VARIANT Index) | |
| Call this method to remove one panel. | |
| Clear () | |
| Call this method to remove all panels. | |
| ExChange ([in] VARIANT A,[in] VARIANT B) | |
| Swaps the position of two panels. | |
| Add ([in] LONG Width,[in, defaultvalue(BS_LOWERED)] LONG Border,[out, retval] IDispatch **pItem) | |
| This method creates a new StatusItem object. | |
| Properties | |
| VARIANT_BOOL RW | Simple  [] | 
| Specifies that the StatusBar is a simple status bar. | |
| VARIANT_BOOL RW | SizeGrip  [] | 
| Specifies that the size box is visible or not. | |
| LPUNKNOWN R | _NewEnum  [] | 
| Returns the enumerator for the collection. | |
| VARIANT R | Item [[in] long Index]  [] | 
| Returns the specified item in the collection. | |
| long R | Count  [] | 
| Returns the number of items in the collection. | |
| IDispatch *RW | Images  [] | 
| Determines which ImageList is linked with the StatusBar. | |
The StatusBar object is an collection of StatusItem.
| Add | ( | [in] LONG | Width, | |
| [in, defaultvalue(BS_LOWERED)] LONG | Border, | |||
| [out, retval] IDispatch ** | pItem | |||
| ) | 
This method creates a new StatusItem object.
| Width | Width of the StatusItem. | |
| Border | of the StatusItem. | 
| pItem | StatusItem object. | 
| Clear | ( | ) | 
Call this method to remove all panels.
| ExChange | ( | [in] VARIANT | A, | |
| [in] VARIANT | B | |||
| ) | 
Swaps the position of two panels.
| A | The index of the first panel or the panel itself. | |
| B | The index of the second panel or the panel itself. | 
| Remove | ( | [in] VARIANT | Index | ) | 
Call this method to remove one panel.
| Index | The index of the panel. | 
| LPUNKNOWN R _NewEnum | 
Returns the enumerator for the collection.
| long R Count | 
Returns the number of items in the collection.
| IDispatch* RW Images | 
Determines which ImageList is linked with the StatusBar.
See also ImageIndex.
| VARIANT R Item[[in] long Index] | ( | ) | 
Returns the specified item in the collection.
| VARIANT_BOOL RW Simple | 
| VARIANT_BOOL RW SizeGrip | 
Specifies that the size box is visible or not.