OnNotifyMessage Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnNotifyMessage( _
ByVal As System.Windows.Forms.Message _
)
'Usage
Dim instance As LicenseDialog
Dim m As System.Windows.Forms.Message
instance.OnNotifyMessage(m)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnNotifyMessage(
System.Windows.Forms.Message
)
protected procedure OnNotifyMessage(
: System.Windows.Forms.Message
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnNotifyMessage(
: System.Windows.Forms.Message
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnNotifyMessage(
System.Windows.Forms.Message
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnNotifyMessage(
System.Windows.Forms.Message
)
Parameters
- m
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also