共用方式為


Message.LParam 屬性

取得或設定訊息的 LParam 欄位。

命名空間:  Microsoft.WindowsCE.Forms
組件:  Microsoft.WindowsCE.Forms (在 Microsoft.WindowsCE.Forms.dll 中)

語法

'宣告
Public Property LParam As IntPtr
'用途
Dim instance As Message
Dim value As IntPtr

value = instance.LParam

instance.LParam = value
public IntPtr LParam { get; set; }
public:
property IntPtr LParam {
    IntPtr get ();
    void set (IntPtr value);
}
public function get LParam () : IntPtr
public function set LParam (value : IntPtr)

屬性值

型別:System.IntPtr

訊息的 LParam 欄位。

備註

這個欄位的值相依於訊息。請使用 LParam 欄位取得處理訊息時的重要資訊。這個欄位通常是用來儲存訊息所需的物件。

使用權限

平台

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Compact Framework

支援版本:3.5、2.0、1.0

請參閱

參考

Message 結構

Message 成員

Microsoft.WindowsCE.Forms 命名空間