Functions
Displaying Messages

Functions

MSDialogmdlDialog_openStatusBar (WCharCP messageTextP)
 The mdlDialog_openStatusBar function is used to display the specified message string in the status bar of the dialog box that currently has the command focus. More...
 
void mdlDialog_closeStatusBar ()
 The mdlDialog_closeStatusBar function is used to close the status bar of the dialog box that currently has the command focus. More...
 

Detailed Description

Function Documentation

void mdlDialog_closeStatusBar ( )

The mdlDialog_closeStatusBar function is used to close the status bar of the dialog box that currently has the command focus.

See also
mdlDialog_openStatusBar
MSDialog* mdlDialog_openStatusBar ( WCharCP  messageTextP)

The mdlDialog_openStatusBar function is used to display the specified message string in the status bar of the dialog box that currently has the command focus.

Parameters
[in]messageTextPthe message text to display.
Returns
A pointer the dialog box in which the message was displayed.
See also
mdlDialog_closeStatusBar

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.