SetMouseButtonActionDisplayNameStream Method

Summary

Reads the display name for the actions from the provided source into the WorkstationActionDisplayName property

Syntax
C#
VB
C++
public virtual void SetMouseButtonActionDisplayNameStream( 
   Stream source 
) 
  
Public Overridable Sub SetMouseButtonActionDisplayNameStream( _ 
   ByVal source As Stream _ 
)  
public: 
virtual void SetMouseButtonActionDisplayNameStream(  
   Stream^ source 
)  

Parameters

source
The System.IO.Stream which contains the display name for the Leadtools.MedicalViewer.MedicalViewerActionType.

Remarks

The format of the source should be compatible with the format loaded in the GetMouseButtonActionDisplayNameStream method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly