Share via


MMCCtrl.GetListPadInfo method

The GetListPadInfo method returns an MMCListPadInfo object that represents list pad information. An MMCListPadInfo object represents labels and a button for the ListPad control to be added to the taskpad page. This method should be used on list view taskpads only.

Syntax

MMCCtrl.GetListPadInfo( _
  ByVal szGroupText _
)

Parameters

szGroupText [in]

A string that contains the group name that identifies the taskpad. The group name is the string that follows the hash (#) in the string passed in the ppViewType parameter when MMC called IComponent::GetResultViewType to display the taskpad. If no group name was specified, szGroupText is an empty string.

Be aware that the group name is stored in the hash property of the ___location object of the taskpad's HTML page.

Return value

An MMCListPadInfo object that represents list view labels and a button to be placed on a list view taskpad.

Requirements

Redistributable
MMC 1.1 or later
Header
Mmc.h
DLL
Cic.dll