LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

LoadStrings Method

Show in webframe






A System.IO.Stream that contains the text to be loaded into the class.
Loads all the text and shortcut strings in the provided source into the corresponding property in the Instance
Syntax
public static void LoadStrings( 
   Stream source
)
'Declaration
 
Public Shared Sub LoadStrings( _
   ByVal source As Stream _
) 
'Usage
 
Dim source As Stream
 
ToolStripMenuProperties.LoadStrings(source)

            

            
public: static void LoadStrings( 
   Stream* source
) 
public:
static void LoadStrings( 
   Stream* source
) 

Parameters

source
A System.IO.Stream that contains the text to be loaded into the class.
Remarks
The stream format in the source must macth the value in the SaveStrings 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.