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 |
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.