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

Caption Property







Gets or sets the caption text for the displayed System.Windows.Forms.MessageBox
Syntax
public static string Caption {get; set;}
'Declaration
 
Public Shared Property Caption As String
'Usage
 
Dim value As String
 
WorkstationMessager.Caption = value
 
value = WorkstationMessager.Caption
public static string Caption {get; set;}
 get_Caption();
set_Caption(value);
public: __property static string* get_Caption();
public: __property static void set_Caption( 
   string* value
);
public:
static property string* Caption {
   string* get();
   void set (    string* value);
}

Property Value

Type: System.String the Caption text for the displayed System.Windows.Forms.MessageBox.
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

WorkstationMessager Class
WorkstationMessager Members

 

 


Products | Support | Contact Us | Copyright Notices

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