LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Text Property (AnnotationsMenu)

Show in webframe






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

See Also

Reference

AnnotationsMenu Class
AnnotationsMenu Members

 

 


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