M-Files UI Extensibility Framework
BroadcastMessage Method
IShellUI Interface : BroadcastMessage Method

The broadcast message ID for the listeners.

The broadcast payload data.
Description
Sends a synchronous broadcast message to all shellUI modules of all applications running in the current shellUI (main-window).
Syntax
Visual Basic
Public Sub BroadcastMessage( _
   ByVal msgID As String, _
   ByVal data As Variant _
) 
Parameters
msgID

The broadcast message ID for the listeners.

data
The broadcast payload data.
Remarks
Causes an OnCrossApplicationBroadcast Event to be triggered for the IShellUI objects of all running applications.
See Also

IShellUI Interface  | IShellUI Members