Version

CustomizeModeToggle Method (WinLiveTileViewRecordReplayServer)

Toggles the customize mode on and off
Syntax
'Declaration
 
Public Sub CustomizeModeToggle( _
   Optional ByVal oCustomize As System.Object _
) 
public void CustomizeModeToggle( 
   System.object oCustomize
)

Parameters

oCustomize
Optional boolean parameter, if not supplied just changes the Customize mode. Otherwise a value of true turns it on, and a value of false turns it off.
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