BCGControlBar Library for .NET
ShowPopupMenuInternal Method (SmartComboBoxButton)




Syntax
'Declaration
 
Protected Overrides Function ShowPopupMenuInternal( _
   ByVal location As Point _
) As PopupMenuBar
'Usage
 
Dim instance As SmartComboBoxButton
Dim location As Point
Dim value As PopupMenuBar
 
value = instance.ShowPopupMenuInternal(location)
protected override PopupMenuBar ShowPopupMenuInternal( 
   Point location
)
protected: PopupMenuBar* ShowPopupMenuInternal( 
   Point location
) override 
protected:
PopupMenuBar^ ShowPopupMenuInternal( 
   Point location
) override 

Parameters

location
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

SmartComboBoxButton Class
SmartComboBoxButton Members
Base Implementation in ShowPopupMenuInternal

Send Feedback