Version

SetVisible(Boolean,Boolean) Method

Sets the Visible value of the UltraTile.
Syntax
'Declaration
 
Public Sub SetVisible( _
   ByVal visible As Boolean, _
   ByVal shouldAnimate As Boolean _
) 
public void SetVisible( 
   bool visible,
   bool shouldAnimate
)

Parameters

visible
The value to which the Visible property should be set.
shouldAnimate
True if the other tiles should be animated if they are shifted by this operation; False otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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