BCGControlBar Library for .NET
HighlightNextButton Method (OutlookMenuBar)




If true, the next OutlookMenuItem will be highlighted, otherwise, previous.
Called by the framework when the user clicks keys "up" and "down" on the keyboard. Highlights the nearest OutlookMenuItem.
Syntax
'Declaration
 
Public Sub HighlightNextButton( _
   ByVal forward As Boolean _
) 
'Usage
 
Dim instance As OutlookMenuBar
Dim forward As Boolean
 
instance.HighlightNextButton(forward)
public void HighlightNextButton( 
   bool forward
)
public: void HighlightNextButton( 
   bool forward
) 
public:
void HighlightNextButton( 
   bool forward
) 

Parameters

forward
If true, the next OutlookMenuItem will be highlighted, otherwise, previous.
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

OutlookMenuBar Class
OutlookMenuBar Members

Send Feedback