C# Class OpenTK.Platform.Windows.ExtendedWindowClass

Show file Open project: andykorth/opentk Class Usage Examples

Public Properties

Property Type Description
Background HBRUSH
ClassName System.IntPtr
Cursor HCURSOR
Icon HICON
IconSm HICON
Instance HINSTANCE
MenuName System.IntPtr
Size UINT
SizeInBytes uint
Style ClassStyle
cbClsExtra int
cbWndExtra int

Property Details

Background public property

public HBRUSH Background
return HBRUSH

ClassName public property

public IntPtr,System ClassName
return System.IntPtr

Cursor public property

public HCURSOR Cursor
return HCURSOR

Icon public property

public HICON Icon
return HICON

IconSm public property

public HICON IconSm
return HICON

Instance public property

public HINSTANCE Instance
return HINSTANCE

MenuName public property

public IntPtr,System MenuName
return System.IntPtr

Size public property

public UINT Size
return UINT

SizeInBytes public static property

public static uint SizeInBytes
return uint

Style public property

public ClassStyle Style
return ClassStyle

cbClsExtra public property

public int cbClsExtra
return int

cbWndExtra public property

public int cbWndExtra
return int