BCGControlBar Library for .NET
MinimumSize Property (DragHeaderWnd)




Syntax
'Declaration
 
Public Overrides ReadOnly Property MinimumSize As Size
'Usage
 
Dim instance As DragHeaderWnd
Dim value As Size
 
value = instance.MinimumSize
public override Size MinimumSize {get;}
public: __property Size get_MinimumSize() override;
public:
property Size MinimumSize {
   Size get() override;
}
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

DragHeaderWnd Class
DragHeaderWnd Members
Base Implementation in MinimumSize

Send Feedback