C# Class TestMinimal.AppWindow.WNDCLASSEX

Show file 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 property

public int cbClsExtra
return int

cbWndExtra public property

public int cbWndExtra
return int

hCursor public property

public IntPtr,System hCursor
return System.IntPtr

hIcon public property

public IntPtr,System hIcon
return System.IntPtr

hIconSm public property

public IntPtr,System hIconSm
return System.IntPtr

hInstance public property

public IntPtr,System hInstance
return System.IntPtr

hbrBackground public property

public IntPtr,System hbrBackground
return System.IntPtr

lpfnWndProc public property

public IntPtr,System lpfnWndProc
return System.IntPtr

lpszClassName public property

public string lpszClassName
return string

lpszMenuName public property

public string lpszMenuName
return string