ITabSheet.ExpanderState

Syntax

ExpanderState(Row: Integer; Column: Integer): TriState;

Parameters

Row. Index of the row that contains the expander. The available value of the parameter is in the range [0, RowsCount).

Column. Index of the column that contains the expander. The available value of the parameter is in the range [0, ColumnsCount).

Description

The ExpanderState property determines the state of the expander in the cell, which coordinates are passed by input parameters.

Comments

Expander state:

Example

The property use is given in the example for ITabSheet.CreateExpander.

See also:

ITabSheet