Intersoft ClientUI Documentation
IsControlVisible Property



Gets a value that determine that the current ux panel is visible. This property need to be set when a parent container is collapsed or resized that cause the entire element is not visible.
Syntax
Public ReadOnly Property IsControlVisible As Boolean
Dim instance As UXPanel
Dim value As Boolean
 
value = instance.IsControlVisible
public bool IsControlVisible {get;}
public:
property bool IsControlVisible {
   bool get();
}
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

Reference

UXPanel Class
UXPanel Members

Send Feedback