BCGControlBar Library for .NET
HasMinimizeBox Method




A form to verify.
Gets a value indicating whether the Minimize button is displayed in the caption bar of the form.
Syntax
'Declaration
 
Public Shared Function HasMinimizeBox( _
   ByVal form As Form _
) As Boolean
'Usage
 
Dim form As Form
Dim value As Boolean
 
value = GlobalUtils.HasMinimizeBox(form)
public static bool HasMinimizeBox( 
   Form form
)
public: static bool HasMinimizeBox( 
   Form* form
) 
public:
static bool HasMinimizeBox( 
   Form^ form
) 

Parameters

form
A form 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