Click or drag to resize

mxGraphViewValidateCell Method (Object, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Recursively creates the cell state for the given cell if visible is true and the given cell is visible. If the cell is not visible but the state exists then it is removed using removeState.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object ValidateCell(
	Object cell,
	bool visible
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose cell state should be created.
visible
Type: SystemBoolean
Boolean indicating if the cell should be visible.

Return Value

Type: Object
See Also