BCGControlBar Library for .NET
MinimumSize Property (MiniFrame)




Gets the minimum size the miniframe window can be resized to.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MinimumSize As Size
'Usage
 
Dim instance As MiniFrame
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

MiniFrame Class
MiniFrame Members
Base Implementation in MinimumSize

Send Feedback