←Select platform

GetMouseButtonActionDisplayNameStream Method

Summary

Writes the display name for the actions stored in the WorkstationActionDisplayName property into a System.IO.Stream.

Syntax

C#
VB
C++
public virtual void GetMouseButtonActionDisplayNameStream( 
   Stream destination 
) 
  
Public Overridable Sub GetMouseButtonActionDisplayNameStream( _ 
   ByVal destination As Stream _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly