Inheritance diagram for Property:


Public Member Functions | |
| Add ([in] BSTR Text,[out, retval] IDispatch **pItem) | |
| Remove ([in] VARIANT Index) | |
| Call this method to remove one item from the collection. | |
| Clear () | |
| Removes all of the items from the collection. | |
Properties | |
| LPUNKNOWN R | _NewEnum [] |
| Returns the enumerator for the collection. | |
| VARIANT R | Item [[in] long Index] [] |
| Returns the specified item in the collection. | |
| long R | Count [] |
| Returns the number of items in the collection. | |
| BSTR RW | Text [] |
| Sets or retrieves the name of the Property. | |
| VARIANT_BOOL RW | Expanded [] |
| The Expanded property is a Boolean value that indicates that the property is expanded or not. | |
| BSTR RW | Value [] |
| Sets or retrieves the value of the Property. | |
| IDispatch *R | Control [] |
| Retrieves the control that associated with the Property. | |
| ULONG RW | Height [] |
| Sets or retrieves the height of the Property. | |
| VARIANT_BOOL RW | Selected [] |
| Gets or sets the selection state of the item. | |
The Property object is an collection of other Properties.
| Add | ( | [in] BSTR | Text, | |
| [out, retval] IDispatch ** | pItem | |||
| ) |
| Clear | ( | ) |
Removes all of the items from the collection.
| Remove | ( | [in] VARIANT | Index | ) |
Call this method to remove one item from the collection.
| Index | The index of the element to remove or the element itself. |
| LPUNKNOWN R _NewEnum |
Returns the enumerator for the collection.
| long R Count |
Returns the number of items in the collection.
| VARIANT_BOOL RW Expanded |
The Expanded property is a Boolean value that indicates that the property is expanded or not.
If property is expanded then its child properties are visible.
Default value: "TRUE"
| ULONG RW Height |
| VARIANT R Item[[in] long Index] | ( | ) |
Returns the specified item in the collection.
| VARIANT_BOOL RW Selected |
Gets or sets the selection state of the item.
| BSTR RW Text |
Sets or retrieves the name of the Property.
| BSTR RW Value |