alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class WM

    Window message values, WM_*

    Inheritance
    System.Object
    WM
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class WM : Enum

    Fields

    ACTIVATE

    Value for ACTIVATE

    Declaration
    public const WM ACTIVATE
    Field Value
    Type
    WM

    APP

    Value for APP

    Declaration
    public const WM APP
    Field Value
    Type
    WM

    CLOSE

    Value for CLOSE

    Declaration
    public const WM CLOSE
    Field Value
    Type
    WM

    CREATE

    Value for CREATE

    Declaration
    public const WM CREATE
    Field Value
    Type
    WM

    DESTROY

    Value for DESTROY

    Declaration
    public const WM DESTROY
    Field Value
    Type
    WM

    DWMCOMPOSITIONCHANGED

    Value for DWMCOMPOSITIONCHANGED

    Declaration
    public const WM DWMCOMPOSITIONCHANGED
    Field Value
    Type
    WM

    ENABLE

    Value for ENABLE

    Declaration
    public const WM ENABLE
    Field Value
    Type
    WM

    ERASEBKGND

    Value for ERASEBKGND

    Declaration
    public const WM ERASEBKGND
    Field Value
    Type
    WM

    GETDLGCODE

    Value for GETDLGCODE

    Declaration
    public const WM GETDLGCODE
    Field Value
    Type
    WM

    GETTEXT

    Value for GETTEXT

    Declaration
    public const WM GETTEXT
    Field Value
    Type
    WM

    GETTEXTLENGTH

    Value for GETTEXTLENGTH

    Declaration
    public const WM GETTEXTLENGTH
    Field Value
    Type
    WM

    KILLFOCUS

    Value for KILLFOCUS

    Declaration
    public const WM KILLFOCUS
    Field Value
    Type
    WM

    MOVE

    Value for MOVE

    Declaration
    public const WM MOVE
    Field Value
    Type
    WM

    NCACTIVATE

    Value for NCACTIVATE

    Declaration
    public const WM NCACTIVATE
    Field Value
    Type
    WM

    NCCALCSIZE

    Value for NCCALCSIZE

    Declaration
    public const WM NCCALCSIZE
    Field Value
    Type
    WM

    NCCREATE

    Value for NCCREATE

    Declaration
    public const WM NCCREATE
    Field Value
    Type
    WM

    NCDESTROY

    Value for NCDESTROY

    Declaration
    public const WM NCDESTROY
    Field Value
    Type
    WM

    NCHITTEST

    Value for NCHITTEST

    Declaration
    public const WM NCHITTEST
    Field Value
    Type
    WM

    NCLBUTTONDBLCLK

    Value for NCLBUTTONDBLCLK

    Declaration
    public const WM NCLBUTTONDBLCLK
    Field Value
    Type
    WM

    NCLBUTTONDOWN

    Value for NCLBUTTONDOWN

    Declaration
    public const WM NCLBUTTONDOWN
    Field Value
    Type
    WM

    NCLBUTTONUP

    Value for NCLBUTTONUP

    Declaration
    public const WM NCLBUTTONUP
    Field Value
    Type
    WM

    NCMBUTTONDBLCLK

    Value for NCMBUTTONDBLCLK

    Declaration
    public const WM NCMBUTTONDBLCLK
    Field Value
    Type
    WM

    NCMBUTTONDOWN

    Value for NCMBUTTONDOWN

    Declaration
    public const WM NCMBUTTONDOWN
    Field Value
    Type
    WM

    NCMBUTTONUP

    Value for NCMBUTTONUP

    Declaration
    public const WM NCMBUTTONUP
    Field Value
    Type
    WM

    NCMOUSEMOVE

    Value for NCMOUSEMOVE

    Declaration
    public const WM NCMOUSEMOVE
    Field Value
    Type
    WM

    NCPAINT

    Value for NCPAINT

    Declaration
    public const WM NCPAINT
    Field Value
    Type
    WM

    NCRBUTTONDBLCLK

    Value for NCRBUTTONDBLCLK

    Declaration
    public const WM NCRBUTTONDBLCLK
    Field Value
    Type
    WM

    NCRBUTTONDOWN

    Value for NCRBUTTONDOWN

    Declaration
    public const WM NCRBUTTONDOWN
    Field Value
    Type
    WM

    NCRBUTTONUP

    Value for NCRBUTTONUP

    Declaration
    public const WM NCRBUTTONUP
    Field Value
    Type
    WM

    NULL

    Value for NULL

    Declaration
    public const WM NULL
    Field Value
    Type
    WM

    PAINT

    Value for PAINT

    Declaration
    public const WM PAINT
    Field Value
    Type
    WM

    QUERYENDSESSION

    Value for QUERYENDSESSION

    Declaration
    public const WM QUERYENDSESSION
    Field Value
    Type
    WM

    QUERYOPEN

    Value for QUERYOPEN

    Declaration
    public const WM QUERYOPEN
    Field Value
    Type
    WM

    QUIT

    Value for QUIT

    Declaration
    public const WM QUIT
    Field Value
    Type
    WM

    SETFOCUS

    Value for SETFOCUS

    Declaration
    public const WM SETFOCUS
    Field Value
    Type
    WM

    SETICON

    Value for SETICON

    Declaration
    public const WM SETICON
    Field Value
    Type
    WM

    SETREDRAW

    Value for SETREDRAW

    Declaration
    public const WM SETREDRAW
    Field Value
    Type
    WM

    SETTEXT

    Value for SETTEXT

    Declaration
    public const WM SETTEXT
    Field Value
    Type
    WM

    SIZE

    Value for SIZE

    Declaration
    public const WM SIZE
    Field Value
    Type
    WM

    SYNCPAINT

    Value for SYNCPAINT

    Declaration
    public const WM SYNCPAINT
    Field Value
    Type
    WM

    SYSCHAR

    Value for SYSCHAR

    Declaration
    public const WM SYSCHAR
    Field Value
    Type
    WM

    SYSCOLORCHANGE

    Value for SYSCOLORCHANGE

    Declaration
    public const WM SYSCOLORCHANGE
    Field Value
    Type
    WM

    SYSCOMMAND

    Value for SYSCOMMAND

    Declaration
    public const WM SYSCOMMAND
    Field Value
    Type
    WM

    SYSDEADCHAR

    Value for SYSDEADCHAR

    Declaration
    public const WM SYSDEADCHAR
    Field Value
    Type
    WM

    SYSKEYDOWN

    Value for SYSKEYDOWN

    Declaration
    public const WM SYSKEYDOWN
    Field Value
    Type
    WM

    SYSKEYUP

    Value for SYSKEYUP

    Declaration
    public const WM SYSKEYUP
    Field Value
    Type
    WM

    USER

    Value for USER

    Declaration
    public const WM USER
    Field Value
    Type
    WM

    WINDOWPOSCHANGED

    Value for WINDOWPOSCHANGED

    Declaration
    public const WM WINDOWPOSCHANGED
    Field Value
    Type
    WM

    WINDOWPOSCHANGING

    Value for WINDOWPOSCHANGING

    Declaration
    public const WM WINDOWPOSCHANGING
    Field Value
    Type
    WM
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved