IDirList Members
Include Protected Members
Include Inherited Members
Manages the appearance and actions of a displayed directory list.
The IDirList type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a string to a directory list. | |
get_Count | Gets the number of items in the directory list. | |
get_Description | Returns the description of the directory list. | |
get_HWND | Returns the HWND of the directory list. | |
get_Title | Get the title of the directory list. | |
index | Retrieves an item, by position, from the directory list. | |
put_Description | Changes the description of the directory list. | |
put_ShowCheck | Show or hide the checkbox next to each item in the list. | |
put_ShowTitle | Show or hide the title of the directory list. | |
put_Title | Change the title of the directory list. | |
Reset | Go back to the default values for the directory list. |
Top