ISeparatorObjectCollapse Method

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

Definition

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

Parameters

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

See Also