Intersoft ClientUI Documentation
RemoveChild(UXDockButton) Method



Button that going to be removed.
Removed the specified button.
Syntax
Public Overloads Sub RemoveChild( _
   ByVal button As UXDockButton _
) 
Dim instance As UXDock
Dim button As UXDockButton
 
instance.RemoveChild(button)
public void RemoveChild( 
   UXDockButton button
)
public:
void RemoveChild( 
   UXDockButton^ button
) 

Parameters

button
Button that going to be removed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDock Class
UXDock Members
Overload List

Send Feedback