Version

RecordMenuBtn Method

Records the clicking of the OverflowContextMenu button in the Overflow area so as to show/hide the OverflowContextMenu
Syntax
'Declaration
 
Protected Sub RecordMenuBtn( _
   ByRef mainOverflowMenuBtn As System.Windows.Controls.MenuItem _
) 
protected void RecordMenuBtn( 
   ref System.Windows.Controls.MenuItem mainOverflowMenuBtn
)
protected: void RecordMenuBtn( 
   ref System.Windows.Controls.MenuItem* mainOverflowMenuBtn
) 

Parameters

mainOverflowMenuBtn
The OverflowContextMenu button clicking on which will show/hide 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