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

DescriptionText Property (AnnotationSaveDescriptionDialog)







Gets or sets the text for the description of the annotation.
Syntax
public string DescriptionText {get; set;}
'Declaration
 
Public Property DescriptionText As String
'Usage
 
Dim instance As AnnotationSaveDescriptionDialog
Dim value As String
 
instance.DescriptionText = value
 
value = instance.DescriptionText
public string DescriptionText {get; set;}
 get_DescriptionText();
set_DescriptionText(value);
public: __property string* get_DescriptionText();
public: __property void set_DescriptionText( 
   string* value
);
public:
property string* DescriptionText {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the description of the annotation.
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

AnnotationSaveDescriptionDialog Class
AnnotationSaveDescriptionDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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