BCGControlBar Library for .NET
Message Property (DesktopAlert)




Specifes the text of message.
Syntax
'Declaration
 
Public Property Message As String
'Usage
 
Dim instance As DesktopAlert
Dim value As String
 
instance.Message = value
 
value = instance.Message
public string Message {get; set;}
public: __property string* get_Message();
public: __property void set_Message( 
   string* value
);
public:
property String^ Message {
   String^ get();
   void set (    String^ value);
}
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

DesktopAlert Class
DesktopAlert Members

Send Feedback