Version

AppBarListItemSelection Method (WinLiveTileViewRecordReplayServer)

Select a ValueListItem from an ApplicationBar button dropdown
Syntax
'Declaration
 
Public Sub AppBarListItemSelection( _
   ByVal oListItem As System.Object, _
   ByVal oBtnType As System.Object, _
   Optional ByVal oBtnIdentifier As System.Object _
) 
public void AppBarListItemSelection( 
   System.object oListItem,
   System.object oBtnType,
   System.object oBtnIdentifier
)

Parameters

oListItem
Integer index of string value of representing the ValueListItem from the dropdown
oBtnType
object representing the enumerated value of the type of button
oBtnIdentifier
integer index, string key, or string text used to identify a custom button
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