SECUserToolsDlg Class

class SECUserToolsDlg: public CDialog

The SECUserToolsDlg class implements a user-tools dialog. A user-tools dialog allows a user to edit a list of user-tools, where each user-tool is represented by one SECUserTool object. Through this dialog, the user can create new user-tools, edit and delete existing user-tools and reorder the list of user-tools. Refer to the documentation for SECUserTool for a complete explanation of a user-tool.

Defined in: usrtldlg.h

Comments

See the USERTOOL sample in the \SAMPLES\TOOLKIT\STANDARD\UIEXT\USERTOOL directory for a demonstration of this class.

See Also

SECUserTool

Class Members

Public Members

SECUserToolsDlg(CWnd* pParent = NULL)

Constructs an SECUserToolsDlg object.

void  SetToolsArrayPtr(CObArray* p)

Sets the array of user-tools the dialog is to edit.