Xceed Docking Windows for WinForms v2.3 Documentation
SetVisibleCore Method


Xceed.DockingWindows Namespace > ToolWindow Class : SetVisibleCore Method
true to make the control visible; false otherwise.
Sets the control to the specified visible state.
Syntax
'Declaration
 
Protected Overrides Sub SetVisibleCore( _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As ToolWindow
Dim value As Boolean
 
instance.SetVisibleCore(value)
protected override void SetVisibleCore( 
   bool value
)

Parameters

value
true to make the control visible; false otherwise.
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

ToolWindow Class
ToolWindow Members
Base Implementation in SetVisibleCore