Version

fnClickMenuItem Method

Internal proxy method that clicks on the menu item to select, check/uncheck the item
Syntax
'Declaration
 
Protected Sub fnClickMenuItem( _
   ByVal oMenuItemIdentifier As System.Object, _
   ByVal bCheckItem As System.Nullable(Of Boolean) _
) 
protected void fnClickMenuItem( 
   System.object oMenuItemIdentifier,
   System.Nullable<bool> bCheckItem
)
protected: void fnClickMenuItem( 
   System.Object* oMenuItemIdentifier,
   System.Nullable<bool> bCheckItem
) 

Parameters

oMenuItemIdentifier
The path identifier of the menu item
bCheckItem
Boolean to identify if the item has to be checked/unchecked rather than just selecting it
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