Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the status bar text of the object has changed.
Syntax
void StatusTextChange( BSTR Text );
Parameters
- Text
[in] A BSTR that specifies the new status bar text.
Return Value
No return value.
Event DISPID
DISPID_STATUSTEXTCHANGE
The DISPID for this event is defined in exdispid.h. Use this value to identify the event handler when implementing IDispatch::Invoke.
Remarks
The container can use the information provided by this event to update the text of a status bar.
See Also