Click or drag to resize

mxIGraphModelSetCollapsed Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the collapsed state of the given cell.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
bool SetCollapsed(
	Object cell,
	bool collapsed
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose collapsed state should be changed.
collapsed
Type: SystemBoolean
Boolean that specifies the new collpased state.

Return Value

Type: Boolean
See Also