Retrieves a value that indicates whether the Property object contains a property page.
Type | Description | |||
Boolean | A boolean expression that indicates whether the Property object contains a property page. |
The ExPropertiesList control supports browsing property pages. The PropertPage property specifies whether the Property object contains a property page. The following sample shows how to include into your browser only the property pages:
Private Sub PropertiesList1_IncludeProperty(ByVal Property As EXPROPERTIESLISTLibCtl.IProperty, Cancel As Boolean) Cancel = Not Property.PropertyPage End Sub