BCGControlBar Library for .NET
IsControlDockable Method




A control to verify.
Indicates a value if the specified control can be docked.
Syntax
'Declaration
 
Public Shared Function IsControlDockable( _
   ByVal pControl As Control _
) As Boolean
'Usage
 
Dim pControl As Control
Dim value As Boolean
 
value = GlobalUtils.IsControlDockable(pControl)
public static bool IsControlDockable( 
   Control pControl
)
public: static bool IsControlDockable( 
   Control* pControl
) 
public:
static bool IsControlDockable( 
   Control^ pControl
) 

Parameters

pControl
A control to verify.
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

GlobalUtils Class
GlobalUtils Members

Send Feedback