←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly