System.Windows.Forms中的Message Structure

本文详细介绍了Windows消息结构的五个核心属性:HWnd、LParam、Msg、Result 和 WParam,并解释了它们各自的作用及如何使用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

结构用途说明Implements a Windows message.

Properties

1.public IntPtr HWnd { get; set; }

Gets or sets the window handle of the message.

System.IntPtr  A platform-specific type that is used to represent a pointer or a handle.

 

2.public IntPtr LParam { get; set; }
Specifies the LParam field of the message.
ReMarks:
The value of this field depends on the message. Use the LParam field to get information that is important for handling the message.

LParam is typically used to store an object if it is needed by the message. Use the GetLParam method to retrieve and convert information from the LParam field into an object.

此属性通常用来存储消息所需要的一个对象,使用GetLParam方法从LParam检索并转换信息到一个对象

 

3.public int Msg { get; set; }

Gets or sets the ID number for the message.

 

4.public IntPtr Result { get; set; }
Specifies the value that is returned to Windows in response to handling the message.

 

5.public IntPtr WParam { get; set; }
Gets or sets the WParam field of the message.
ReMarks:
The value of this field depends on the message. Use the WParam field to get information that is important to handling the message.
This field is typically used to store small pieces of information, such as flags.

此属性通常用来存放小块的信息,例如标志位

 

CS0234命名空间“System.Windows”中不存在类型或命名空间名“Forms”(是否缺少程序集引用?) CS0246未能找到类型或命名空间名“Form”(是否缺少using 指令或程序集引用?) CS0246未能找到类型或命名空间名“Form”(是否缺少using 指令或程序集引用?) CS0234命名空间“System.Drawing”中不存在类型或命名空间名“Size”(是否缺少程序集引用?) CS0103当前上下文中不存在名称“FormBorderStyle” CS0103当前上下文中不存在名称FormStartPosition CS1061“Label”未包含”Text”的定义,并且找不到可接受第一个“Label”类型参数的可访问扩展方法“Text”(是否缺少using指令或程序集引用?) CS1061“Label”未包含”Location”的定义,并且找不到可接受第一个“Label”类型参数的可访问扩展方法“Location”(是否缺少using 指令或程序集引用?) CS0234命名空间“System.Drawing”中不存在类型或命名空间名“Point”(是否缺少程序集引用?) CS1061“Label”未包含“Size”的定义,并且找不到可接受第一个“Label”类型参数的可访问扩展方法“Size”(是否缺少using 指令或程序集引用?) CS0234命名空间“System.Drawing”中不存在类型或命名空间名“Size”(是否缺少程序集引用?) CS0246未能找到类型或命名空间名“TextBox”(是否缺少using 指令或程序集引用?) CS0246未能找到类型或命名空间名“TextBox”(是否缺少using 指令或程序集引用?) CS0234命名空间“System.Drawing“中不存在类型或命名空间名“Point”(是否缺少程序集引用?) CS0234命名空间“System.Drawing”中不存在类型或命名空间名“Size”(是否缺少程序集引用?) CS0246未能找到类型或命名空间名“Button”(是否缺少using 指令或程序集引用?) CS0246未能找到类型或命名空间名“Button”(是否缺少using 指令或程序集引用?) CS0234命名空间“System.Drawing中不存在类型或命名空间名“Point”(是否缺少程序集引用?) CS0246未能找到类型或命名空间名“Button”(是否缺少using指令或程序集引用?) CS0246未能找到类型或命名空间名“Button”(是否缺少using 指令或程序集引用?) CS0234命名空间“System.Drawing”中不存在类型或命名空间名“Point”(是否缺少程序集引用?)
最新发布
07-05
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值