McWindowShowNotification Method (String)
|
|
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub ShowNotification (
message As String
)
Parameters
- message
- Type: SystemString
The message to be displayed.
Remarks
See Also