NetXP 3.0 Reference

DockingManagerExtender.SetHideButton Method 

Sets the hide button property.

[Visual Basic]
Public Sub SetHideButton( _
   ByVal control As Control, _
   ByVal enable As Boolean _
)
[C#]
public void SetHideButton(
   Control control,
   bool enable
);

Parameters

control
enable

See Also

DockingManagerExtender Class | NETXP.Controls.Docking Namespace