Struct WindowClass
Win API WNDCLASS struct - represents a single window.
Used to receive window messages.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Simplic.Framework.Base.dll
Syntax
public struct WindowClass
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
hbrBackground
Declaration
public IntPtr hbrBackground
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
hCursor
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
hIcon
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
hInstance
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
lpfnWndProc
Declaration
public WindowProcedureHandler lpfnWndProc
Field Value
|
Improve this Doc
View Source
lpszClassName
Declaration
public string lpszClassName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string lpszMenuName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
style
Declaration
Field Value
Type |
Description |
System.UInt32 |
|