ISeparatorObjectCollapse Method

Toggles collapsed status of the separator based on the given value.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.74.9654.0
C#
void Collapse(
	bool collapsed
)

Parameters

collapsed  Boolean
Set to to collapse a separator otherwise it will be expanded.

See Also