Version

ToggleQATLocationHandler Method

Records the Toggling of the QAT location below or above the ribbon control
Syntax
'Declaration
 
Protected Sub ToggleQATLocationHandler( _
   ByVal sender As System.Object, _
   ByVal e As System.Windows.Input.ExecutedRoutedEventArgs _
) 
protected void ToggleQATLocationHandler( 
   System.object sender,
   System.Windows.Input.ExecutedRoutedEventArgs e
)
protected: void ToggleQATLocationHandler( 
   System.Object* sender,
   System.Windows.Input.ExecutedRoutedEventArgs* e
) 

Parameters

sender
Proxy source control which is a XamRibbon
e
Event args for the ToggleQATLocation event
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