VsDebugStartupInfo.dwYSize Field

Definition

The height of the window, in pixels

public: System::UInt32 dwYSize;
public: unsigned int dwYSize;
unsigned int dwYSize;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwYSize;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwYSize : uint32
Public dwYSize As UInteger 

Field Value

Attributes

Remarks

This field is equivalent to dwYSize in STARTUPINFO (defined in winbase.h).

Applies to