BCGControlBar Library for .NET
SetCapturedButton Method (Toolbar)




A button to set as captured by mouse.

Sets a specified toolbar button as captured by mouse.

Syntax
'Declaration
 
Public Overrides Sub SetCapturedButton( _
   ByVal button As ToolbarButton _
) 
'Usage
 
Dim instance As Toolbar
Dim button As ToolbarButton
 
instance.SetCapturedButton(button)
public override void SetCapturedButton( 
   ToolbarButton button
)
public: void SetCapturedButton( 
   ToolbarButton* button
) override 
public:
void SetCapturedButton( 
   ToolbarButton^ button
) override 

Parameters

button
A button to set as captured by mouse.
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
Base Implementation in SetCapturedButton

Send Feedback