BCGControlBar Library for .NET
FindButton(TabStripCommand) Method




The command identifier of the button to return.
Returns the button from the item collection  which has the specified command identifier.
Syntax
'Declaration
 
Public Overloads Function FindButton( _
   ByVal command As TabStripCommand _
) As CommandButton
'Usage
 
Dim instance As TabStripCommandPanel
Dim command As TabStripCommand
Dim value As CommandButton
 
value = instance.FindButton(command)
public CommandButton FindButton( 
   TabStripCommand command
)
public: CommandButton* FindButton( 
   TabStripCommand command
) 
public:
CommandButton^ FindButton( 
   TabStripCommand command
) 

Parameters

command
The command identifier of the button to return.
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