CBlockedUsersListDlg

Back to Classes Page

Parent Class: CDialog

Resource ID: IDD_EDIT_BLOCKED_USERS_DIALOG

This dialog is shown when User clicks the Tools-Blocked Users menu item.

Field Summary

Access Data Type Name
public CListBox m_BlockedUsersList
public CButton m_btnUnblock
public CMessengerClientDoc * m_pParent

Constructor Summary

CBlockedUsersListDlg(CWnd* pParent /*=NULL*/)

Destructor Summary

No destructor specified. Default Destructor.

Method Summary

protected: void OnCancel()
protected: BOOL OnInitDialog()
protected: void OnOK()

Field Detail

m_BlockedUsersList
List box containing the names of all users blocked by this user.

m_btnUnblock
Background variable for "Unblock Selected" button. Useful in enabling/disabling the button.

m_pParent
Pointer to the Document object.

Constructor Detail

CBlockedUsersListDlg::CBlockedUsersListDlg(CWnd* pParent /*=NULL*/)
Points m_pParent to the Document object.

Destructor Detail

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()


OnInitDialog()


OnOK()


Back to Classes Page