'Declaration
Public Sub TileToggleSelect( _
ByVal oTileArg() As System.Object, _
Optional ByVal bSelect As System.Object _
)
public void TileToggleSelect(
System.object[] oTileArg,
System.object bSelect
)
Parameters
oTileArg
Two dimensional array used to represent a Tile. The first element is an integer index, string key, or string text representing the group. The second element in an integer index, string key or string StaticTile text representing the Tile.
bSelect
A nullable boolean value that forces a set value of Selected for true, NotSelected for false The default value is null, which equates to just toggle selection
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