WorkflowDesignerMessageFilter.ProcessMessage(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.
Occurs when a raw Win32 message must be processed.
protected:
virtual bool ProcessMessage(System::Windows::Forms::Message message);
protected virtual bool ProcessMessage (System.Windows.Forms.Message message);
abstract member ProcessMessage : System.Windows.Forms.Message -> bool
override this.ProcessMessage : System.Windows.Forms.Message -> bool
Protected Overridable Function ProcessMessage (message As Message) As Boolean
Parameters
- message
- Message
The Message
to handle.
Returns
true
if the message is handled; otherwise, false
.
Remarks
The WorkflowView can receive raw Win32 messages from the operating system. Messages forward to the WorkflowDesignerMessageFilter to be handled.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.