DockItem.PerformClose Method

DevZest WPF Docking

DockItemPerformClose Method
Hides or closes the DockItem, depending on the value of HideOnPerformClose property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool PerformClose()
Public Function PerformClose As Boolean

Return Value

Type: Boolean
if DockItem is hidden or closed successfully, otherwise, .
See Also