API Documentation > Interface Classes > Class pfcMessageDialogOptions
Class pfcMessageDialogOptions

# include <pfcUI.h>

class
pfcMessageDialogOptions
: public virtual
xobject
{
xdeclare(pfcMessageDialogOptions)
...
};
This is a
COMPACT class.

Description
This class specifies the options for a message dialog.
Method Summary
Creates a class object for message dialog options.
void
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
void
The identifier of the default button. If null, the default button will be the OK button.
void
The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric.
void
The type of icon to show with the message dialog. If null, the dialog will show the Info icon.
Method Detail
GetMessageDialogType
()
void
SetMessageDialogType
The type of icon to show with the message dialog. If null, the dialog will show the Info icon.
GetDialogLabel
()
void
SetDialogLabel
The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric.
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
GetDefaultButton
()
void
SetDefaultButton
The identifier of the default button. If null, the default button will be the OK button.
Creates a class object for message dialog options.
Returns:
A pointer to the object
Was this helpful?