Class CalloutMessageListener
A message listener class used to track the mouse and application activation when AutoClose is true.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Callout
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CalloutMessageListener : IMessageListener, IDisposable
  Constructors
CalloutMessageListener(RadCalloutForm)
Initializes a new instance of the CalloutMessageListener class.
Declaration
public CalloutMessageListener(RadCalloutForm calloutForm)
  Parameters
| 
        RadCalloutForm
        calloutForm
         
  | 
    
Methods
Dispose()
Unsubscribes from all messages and releases all resources.
Declaration
public void Dispose()
  Implements
Subscribe()
Subscribes to listen for mouse events and application activation.
Declaration
public void Subscribe()
  Unsubscribe()
Unsubscribes from listening for mouse events and application activation.
Declaration
public void Unsubscribe()
  Explicit Interface Implementations
IMessageListener.DesiredHook
IMessageListener.PreviewMessage(ref Message)
Declaration
MessagePreviewResult IMessageListener.PreviewMessage(ref Message msg)
  Parameters
| 
        System.Windows.Forms.Message
        msg
         
  | 
    
Returns
| 
        MessagePreviewResult
         
  | 
    
Implements
IMessageListener.PreviewSystemMessage(SystemMessage, Message)
Declaration
void IMessageListener.PreviewSystemMessage(SystemMessage message, Message msg)
  Parameters
| 
        SystemMessage
        message
         
  | 
    
| 
        System.Windows.Forms.Message
        msg
         
  | 
    
Implements
IMessageListener.PreviewWndProc(Message)
Declaration
void IMessageListener.PreviewWndProc(Message msg)
  Parameters
| 
        System.Windows.Forms.Message
        msg
         
  |