Version

GetOverflowContextMenuBtn Method

Returns the OverflowContextMenu button present in the Overflow area clicking on which would display the OverflowContextMenu
Syntax
'Declaration
 
Protected Function GetOverflowContextMenuBtn( _
   ByVal sOverflowContextMenuBtnName As System.String _
) As System.Windows.Controls.MenuItem
protected System.Windows.Controls.MenuItem GetOverflowContextMenuBtn( 
   System.string sOverflowContextMenuBtnName
)
protected: System.Windows.Controls.MenuItem* GetOverflowContextMenuBtn( 
   System.string* sOverflowContextMenuBtnName
) 

Parameters

sOverflowContextMenuBtnName
Name of the button of the OverflowArea clicking on which would open the OverflowContextMenu

Return Value

Button of the OverflowArea clicking on which would open the OverflowContextMenu
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