LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SaveStrings Method

Show in webframe






The System.IO.Stream to write the text to.
Writes all the text and shortcut strings of the WorkstationMenuProperties properties in the Instance in XML format.
Syntax
public static void SaveStrings( 
   Stream destination
)
'Declaration
 
Public Shared Sub SaveStrings( _
   ByVal destination As Stream _
) 
'Usage
 
Dim destination As Stream
 
ToolStripMenuProperties.SaveStrings(destination)

            

            
public: static void SaveStrings( 
   Stream* destination
) 
public:
static void SaveStrings( 
   Stream* destination
) 

Parameters

destination
The System.IO.Stream to write the text to.
Remarks
The destination System.IO.Stream can be saved into a text file and edited then loaded again using the LoadStrings method.
Requirements

Target Platforms

See Also

Reference

ToolStripMenuProperties Class
ToolStripMenuProperties Members

 

 


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