CBlockedUserConfirmDlg

Back to Classes Page

Parent Class: CDialog

Resource ID: IDD_BLOCK_USER_CONFIRM_DIALOG

This dialog is shown when User tries to block a user from Speak Window.

Field Summary

Access Data Type Name
No fields specified for this class.

Constructor Summary

CBlockedUserConfirmDlg(CWnd* pParent = NULL)

Destructor Summary

Default destructor.

Method Summary

protected: void OnCancel()
protected: void OnOK()
protected: void OnTemp()

Field Detail

Constructor Detail

CBlockedUserConfirmDlg(CWnd* pParent = NULL)
Does nothing more than the default functionality.

Destructor Detail

No destructor specified. Default Destructor.

Method Detail

All methods in this dialog do nothing but return different values to the creator object, Speak Window. They inform the Speak Window about which button is clicked.

OnCancel()
Called automatically when user clicks the "Don't Block" button on the dialog.


OnOK()
Called automatically when user clicks the "Block Permanently" button on the dialog.


OnTemp()
Called automatically when user clicks the "Block till I am Logged In" button on the dialog.


Back to Classes Page