ComponentEditorPage::IsPageMessage Method (Message%)
.NET Framework (current version)
Processes messages that could be handled by the page.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- msg
-
Type:
System.Windows.Forms::Message%
The message to process.
This method gives the page a chance to process messages before the caller uses them. If this returns true, the message will be consumed; otherwise, the caller will continue to process the message.
.NET Framework
Available since 1.1
Available since 1.1
Show: