Version

ClickCalendarItem Method

Clicks on the supplied CalendarItem
Syntax
'Declaration
 
Public Sub ClickCalendarItem( _
   ByVal oCalendarItem As System.Object, _
   Optional ByVal oEnumKeystate As System.Object _
) 
public void ClickCalendarItem( 
   System.object oCalendarItem,
   System.object oEnumKeystate
)
public: void ClickCalendarItem( 
   System.Object* oCalendarItem,
   System.Object* oEnumKeystate
) 

Parameters

oCalendarItem
Represents a CalendarItem currently visible on the current CalendarMode
oEnumKeystate
Optional parameter of the QTPKeyState enumeration used to add a special key modified to the operation
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