LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetMouseButtonActionDisplayNameStream Method

Show in webframe






The System.IO.Stream which the action's display name will be written into.
Writes the display name for the actions stored in the WorkstationActionDisplayName property into a System.IO.Stream.
Syntax
public virtual void GetMouseButtonActionDisplayNameStream( 
   Stream destination
)
'Declaration
 
Public Overridable Sub GetMouseButtonActionDisplayNameStream( _
   ByVal destination As Stream _
) 
'Usage
 
Dim instance As WorkstationState
Dim destination As Stream
 
instance.GetMouseButtonActionDisplayNameStream(destination)

            

            
public: virtual void GetMouseButtonActionDisplayNameStream( 
   Stream* destination
) 
public:
virtual void GetMouseButtonActionDisplayNameStream( 
   Stream* destination
) 

Parameters

destination
The System.IO.Stream which the action's display name will be written into.
Remarks
The contents written into the stream will be in XML format.
Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


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