C# Class TestMinimal.AppWindow.WNDCLASSEX

Exibir arquivo Open project: MISoftware/SciterSharp

Public Properties

Property Type Description
cbClsExtra int
cbWndExtra int
hCursor System.IntPtr
hIcon System.IntPtr
hIconSm System.IntPtr
hInstance System.IntPtr
hbrBackground System.IntPtr
lpfnWndProc System.IntPtr
lpszClassName string
lpszMenuName string

Public Methods

Method Description
Build ( ) : WNDCLASSEX

Method Details

Build() public static method

public static Build ( ) : WNDCLASSEX
return WNDCLASSEX

Property Details

cbClsExtra public_oe property

public int cbClsExtra
return int

cbWndExtra public_oe property

public int cbWndExtra
return int

hCursor public_oe property

public IntPtr,System hCursor
return System.IntPtr

hIcon public_oe property

public IntPtr,System hIcon
return System.IntPtr

hIconSm public_oe property

public IntPtr,System hIconSm
return System.IntPtr

hInstance public_oe property

public IntPtr,System hInstance
return System.IntPtr

hbrBackground public_oe property

public IntPtr,System hbrBackground
return System.IntPtr

lpfnWndProc public_oe property

public IntPtr,System lpfnWndProc
return System.IntPtr

lpszClassName public_oe property

public string lpszClassName
return string

lpszMenuName public_oe property

public string lpszMenuName
return string