IsExpandable Method (SwfPropertyGrid)

Class

SwfPropertyGrid.

Action

Tests whether the property is expandable in a .NET property grid control.

Syntax

bCanExpand = IsExpandable (sPropName)
Variable Description
bCanExpand TRUE if the row is expandable, FALSE if it is not. BOOLEAN.
sPropName The name of the property in the property grid. STRING.