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

Text Property (AnnotationsMenu)







Gets or sets the System.String displayed for the menu item.
Syntax
public override string Text {get; set;}
'Declaration
 
Public Overrides NotOverridable Property Text As String
'Usage
 
Dim instance As AnnotationsMenu
Dim value As String
 
instance.Text = value
 
value = instance.Text
public override string Text {get; set;}
 get_Text();
set_Text(value);
public: __property string* get_Text() override;
public: __property void set_Text( 
   string* value
) override;
public:
property string* Text {
   string* get() override;
   void set (    string* value) override;
}

Property Value

The System.String displayed for the menu item.
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

AnnotationsMenu Class
AnnotationsMenu Members

 

 


Products | Support | Contact Us | Copyright Notices

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