MMCListPadInfo object
The MMCListPadInfo object represents a label and a button for the ListPad control to be added to the taskpad page. It should be used on list view taskpads only.
An MMCListPadInfo object is returned by the GetListPadInfo method of the MMCCtrl control. The MMCListPadInfo object's properties represent the members of the MMC_LISTPAD_INFO structure passed in the IExtendTaskPad::GetListPadInfo method that MMC called when it retrieved the information for that task during the setup of the taskpad. The MMCListPadInfo object also has one additional property that represents the snap-in CLSID.
The MMC list view taskpad templates use the MMCListPadInfo object. To create a custom list view taskpad that has a label and button specified for the snap-in, the taskpad's HTML page should use the GetListPadInfo method to retrieve the MMCListPadInfo object and add the label and button to the page.
Members
The MMCListPadInfo object has these types of members:
Properties
The MMCListPadInfo object has these properties.
Property | Access type | Description |
---|---|---|
Clsid |
Read-only |
CLSID of the snap-in that created the list view taskpad and owns it. |
HasButton |
Read-only |
Indicates whether the listpad button should be displayed. |
NotifyID |
Read-only |
The command ID returned to the snap-in when the user clicks the optional button. |
Text |
Read-only |
Text for an optional button. |
Title |
Read-only |
Title text for the list control. |
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|