BCGControlBar Library for .NET
FindButton(IMAGES_IDS) Method




The IMAGE_IDS object of the button to return.
Returns the button from the command panel which has the specified IMAGE_IDS object as internal image.
Syntax
'Declaration
 
Public Overloads Function FindButton( _
   ByVal value As IMAGES_IDS _
) As CommandButton
'Usage
 
Dim instance As TabStripCommandPanel
Dim value As IMAGES_IDS
Dim value As CommandButton
 
value = instance.FindButton(value)
public CommandButton FindButton( 
   IMAGES_IDS value
)
public: CommandButton* FindButton( 
   IMAGES_IDS value
) 
public:
CommandButton^ FindButton( 
   IMAGES_IDS value
) 

Parameters

value
The IMAGE_IDS object 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