ComponentEditorPage.IsPageMessage(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes messages that could be handled by the page.
public:
virtual bool IsPageMessage(System::Windows::Forms::Message % msg);
public virtual bool IsPageMessage (ref System.Windows.Forms.Message msg);
abstract member IsPageMessage : Message -> bool
override this.IsPageMessage : Message -> bool
Public Overridable Function IsPageMessage (ByRef msg As Message) As Boolean
Parameters
- msg
- Message
The message to process.
Returns
true
if the page processed the message; otherwise, false
.
Remarks
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.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.