Intersoft WebDesktop Documentation
ClientVisible Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopWindow Class : ClientVisible Property


Glossary Item Box

Specifies whether this window should be made visible in initial page load.

Syntax

Visual Basic (Declaration) 
Public Property ClientVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopWindow
Dim value As Boolean
 
instance.ClientVisible = value
 
value = instance.ClientVisible
C# 
public bool ClientVisible {get; set;}

Remarks

The default value of this property is True. Using this property you can hide window at initial load simply by setting this property to False.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.