BCGControlBar Library for .NET
RemoveCommandButton(IMAGES_IDS) Method




An IMAGE_IDS image of the button to remove from the item collection.
Removes the specified command button with specified IMAGES_IDS image from the item collection.
Syntax
'Declaration
 
Public Overloads Sub RemoveCommandButton( _
   ByVal value As IMAGES_IDS _
) 
'Usage
 
Dim instance As TabStripCommandPanel
Dim value As IMAGES_IDS
 
instance.RemoveCommandButton(value)
public void RemoveCommandButton( 
   IMAGES_IDS value
)
public: void RemoveCommandButton( 
   IMAGES_IDS value
) 
public:
void RemoveCommandButton( 
   IMAGES_IDS value
) 

Parameters

value
An IMAGE_IDS image 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