CADability dotNET
Implementation of ShowOpen(Boolean), opens or closes this entry if it is currently contained in a IPropertyTreeView

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

Syntax

C#
public virtual void ShowOpen(
	bool open
)
Visual Basic
Public Overridable Sub ShowOpen ( _
	open As Boolean _
)
Visual C++
public:
virtual void ShowOpen(
	bool open
)

Parameters

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

Implements

IShowProperty..::..ShowOpen(Boolean)

See Also