Intersoft ClientUI Documentation
KeyDownItemSelect Method (UXMenuBase)



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

Parameters

item
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

UXMenuBase Class
UXMenuBase Members

Send Feedback