BCGControlBar Library for .NET
TakeInput Method (ContextPopupMenuBar)




Assigns a focus to the popupmenu.  Sets the specified cursor for it,  finds captured button from the current mouse position and so on. Called by the framework on tracking popup menu.
Syntax
'Declaration
 
Public Overrides Sub TakeInput() 
'Usage
 
Dim instance As ContextPopupMenuBar
 
instance.TakeInput()
public override void TakeInput()
public: void TakeInput(); override 
public:
void TakeInput(); override 
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

ContextPopupMenuBar Class
ContextPopupMenuBar Members
Base Implementation in TakeInput

Send Feedback