CADability dotNET
Opens this item to show the subentries of this item in the treeview, that contains this IShowProperty object. respectively closes or collapses this item to hide the subentries.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void ShowOpen(
	bool open
)
Visual Basic
Sub ShowOpen ( _
	open As Boolean _
)
Visual C++
void ShowOpen(
	bool open
)

Parameters

open
Type: System..::..Boolean
true: open, false: collapse

See Also