Search Results for

    Show / Hide Table of Contents

    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()
    Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public struct WindowClass

    Fields

    | Improve this Doc View Source

    cbClsExtra

    Declaration
    public int cbClsExtra
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    cbWndExtra

    Declaration
    public int cbWndExtra
    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
    public IntPtr hCursor
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    hIcon

    Declaration
    public IntPtr hIcon
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    hInstance

    Declaration
    public IntPtr hInstance
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    lpfnWndProc

    Declaration
    public WindowProcedureHandler lpfnWndProc
    Field Value
    Type Description
    WindowProcedureHandler
    | Improve this Doc View Source

    lpszClassName

    Declaration
    public string lpszClassName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    lpszMenuName

    Declaration
    public string lpszMenuName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    style

    Declaration
    public uint style
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx