LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Caption Property
See Also 
Leadtools.Medical.Workstation Namespace > WorkstationMessager Class : Caption Property




Gets or sets the caption text for the displayed System.Windows.Forms.MessageBox

Syntax

Visual Basic (Declaration) 
Public Shared Property Caption As String
Visual Basic (Usage)Copy Code
Dim value As String
 
WorkstationMessager.Caption = value
 
value = WorkstationMessager.Caption
C# 
public static string Caption {get; set;}
Managed Extensions for C++ 
public: __property static string* get_Caption();
public: __property static void set_Caption( 
   string* value
);
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also