ComponentEditorPage::IsPageMessage Method (Message%)

 

Processes messages that could be handled by the page.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool IsPageMessage(
	Message% msg
)

Parameters

msg
Type: System.Windows.Forms::Message%

The message to process.

Return Value

Type: System::Boolean

true if the page processed the message; otherwise, false.

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
Return to top
Show: