BCGControlBar Library for .NET
HasSysMenu Method




A form to verify.
Indicates a value whether a system menu should be displayed for the specified form.
Syntax
'Declaration
 
Public Shared Function HasSysMenu( _
   ByVal form As Form _
) As Boolean
'Usage
 
Dim form As Form
Dim value As Boolean
 
value = GlobalUtils.HasSysMenu(form)
public static bool HasSysMenu( 
   Form form
)
public: static bool HasSysMenu( 
   Form* form
) 
public:
static bool HasSysMenu( 
   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