Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ListPad control is used on a list view taskpad DHTML page to display a list-view control that contains items from an IResultData result list.
The MMC list view taskpad templates use the ListPad control. To create a custom taskpad that displays items from an IResultData result list, the ListPad control should be placed as an object on the taskpad HTML page.
Class ID
289228DE-A31E-11D1-A19C-0000F875B132
Properties and Methods
The ListPad control has no properties or methods.
Example
The following HTML code example embeds the ListPad control on an HTML page.
<object id="ListView"
width="100%"
height="100%"
classid="clsid:289228DE-A31E-11D1-A19C-0000F875B132">
</object>