BCGControlBar Library for .NET
RemoveCommandButton(TabStripCommand) Method




A command identifier of the button to remove from the item collection.
Removes the specified command button from the item collection.
Syntax
'Declaration
 
Public Overloads Sub RemoveCommandButton( _
   ByVal command As TabStripCommand _
) 
'Usage
 
Dim instance As TabStripCommandPanel
Dim command As TabStripCommand
 
instance.RemoveCommandButton(command)
public void RemoveCommandButton( 
   TabStripCommand command
)
public: void RemoveCommandButton( 
   TabStripCommand command
) 
public:
void RemoveCommandButton( 
   TabStripCommand command
) 

Parameters

command
A command identifier of the button to remove from the item collection.
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

TabStripCommandPanel Class
TabStripCommandPanel Members
Overload List

Send Feedback