ListBox.WndProc(Message) 方法

定義

清單的視窗程序 (Procedure)。

protected:
 override void WndProc(System::Windows::Forms::Message % m);
protected override void WndProc (ref System.Windows.Forms.Message m);
override this.WndProc : Message -> unit
Protected Overrides Sub WndProc (ByRef m As Message)

參數

m
Message

Windows 訊息物件。

備註

繼承類別可以覆寫此專案以新增額外的功能,但應該呼叫 WndProc 基類上的 方法,以確保清單會繼續正常運作。

適用於