LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Caption Property

Show in webframe






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: __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

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.