NativeMethods.WS_MAXIMIZE Field
Value is 0x01000000.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Const WS_MAXIMIZE As Integer
'Usage
Dim value As Integer
value = NativeMethods.WS_MAXIMIZE
public const int WS_MAXIMIZE
public:
literal int WS_MAXIMIZE
public const var WS_MAXIMIZE : int
static val mutable WS_MAXIMIZE: int
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.