NetXP 3.0 Reference

DockingManagerExtender.GetCloseButton Method 

Gets the enable and disable state of the close button for this docking window.

[Visual Basic]
Public Function GetCloseButton( _
   ByVal control As Control _
) As Boolean
[C#]
public bool GetCloseButton(
   Control control
);

Parameters

control

Return Value

See Also

DockingManagerExtender Class | NETXP.Controls.Docking Namespace