Intersoft ClientUI Documentation
KeyDownItemSelect Method (IMenu)



Perform item selection on keydown. Note used for internal purpose, call if necessary.
Syntax
Sub KeyDownItemSelect( _
   ByVal menuItem As UXMenuItem _
) 
Dim instance As IMenu
Dim menuItem As UXMenuItem
 
instance.KeyDownItemSelect(menuItem)
void KeyDownItemSelect( 
   UXMenuItem menuItem
)
void KeyDownItemSelect( 
   UXMenuItem^ menuItem
) 

Parameters

menuItem
Menu item.
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

IMenu Interface
IMenu Members

Send Feedback