Xbasic

PropertyGrid.ExpandItem Function

Syntax

PropertyGrid.ExpandItem( Name as C, [ Expand as L ] )

Arguments

Name
Expand

Optional. Default = .T.

.T. = Expand category
.F. = Close category

Description

Expands or contracts a named category within a property grid.

Discussion

The PropertyGrid.ExpandItem() method expands or contracts a named category within a property grid created with the Xdialog {PROPGRID} command. Note : Only the {PROPGRID} command can create the PropertyGrid object.

See Also