BCGControlBar Library for .NET
CanDockMiniFrame Method




Specifies if a miniframe window can be docked within the parent form. It is impossible if its active docking pane is in floating mode. Called by the framework on double click mouse event or on mouse down event when the miniframe is about to be captured.
Syntax
'Declaration
 
Public Overridable Function CanDockMiniFrame() As Boolean
'Usage
 
Dim instance As MiniFrame
Dim value As Boolean
 
value = instance.CanDockMiniFrame()
public virtual bool CanDockMiniFrame()
public: virtual bool CanDockMiniFrame(); 
public:
virtual bool CanDockMiniFrame(); 
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

MiniFrame Class
MiniFrame Members

Send Feedback