LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Handled Property (MessagerMessageEventArgs)







Gets or sets a value indicating if the user receiving the event will handle the message.
Syntax
public bool Handled {get; set;}
'Declaration
 
Public Property Handled As Boolean
'Usage
 
Dim instance As MessagerMessageEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
public bool Handled {get; set;}
 get_Handled();
set_Handled(value);
public: __property bool get_Handled();
public: __property void set_Handled( 
   bool value
);
public:
property bool Handled {
   bool get();
   void set (    bool value);
}

Property Value

True if the user is handling the message; Otherwise, false.
Remarks

If the user set this value to true when the message is received, the WorkstationMessager won't display any message boxes for the user.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessagerMessageEventArgs Class
MessagerMessageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.