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




text
The System.String displayed for the menu item.
Initializes a new instance of the AnnotationsMenu class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New AnnotationsMenu(text)
C# 
public AnnotationsMenu( 
   string text
)
Managed Extensions for C++ 
public: AnnotationsMenu( 
   string* text
)
C++/CLI 
public:
AnnotationsMenu( 
   String^ text
)

Parameters

text
The System.String displayed for the menu item.

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