C# Class CSharpGL.WNDCLASSEX

Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Properties

Property Type Description
cbClsExtra int
cbSize uint
cbWndExtra int
hCursor System.IntPtr
hIcon System.IntPtr
hIconSm System.IntPtr
hInstance System.IntPtr
hbrBackground System.IntPtr
lpszClassName string
lpszMenuName string
style ClassStyles

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

cbClsExtra public property

public int cbClsExtra
return int

cbSize public property

public uint cbSize
return uint

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

lpszClassName public property

public string lpszClassName
return string

lpszMenuName public property

public string lpszMenuName
return string

style public property

public ClassStyles style
return ClassStyles