BCGControlBar Library for .NET
FindAllButtons Method (Toolbar)




The identifier of the buttons to return.
Specifies, if the changes made during customization are not taken into consideration.
Returns an array list of toolbar buttons with the same specified command identifier  from the toolbar.
Syntax
'Declaration
 
Public Function FindAllButtons( _
   ByVal id As Integer, _
   ByVal originalState As Boolean _
) As ArrayList
'Usage
 
Dim instance As Toolbar
Dim id As Integer
Dim originalState As Boolean
Dim value As ArrayList
 
value = instance.FindAllButtons(id, originalState)
public ArrayList FindAllButtons( 
   int id,
   bool originalState
)
public: ArrayList* FindAllButtons( 
   int id,
   bool originalState
) 
public:
ArrayList^ FindAllButtons( 
   int id,
   bool originalState
) 

Parameters

id
The identifier of the buttons to return.
originalState
Specifies, if the changes made during customization are not taken into consideration.
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

Toolbar Class
Toolbar Members

Send Feedback