Reads the display name for the actions from the provided source into the WorkstationActionDisplayName property
public virtual void SetMouseButtonActionDisplayNameStream(
Stream source
)
Public Overridable Sub SetMouseButtonActionDisplayNameStream( _
ByVal source As Stream _
)
public:
virtual void SetMouseButtonActionDisplayNameStream(
Stream^ source
)
source
The System.IO.Stream which contains the display name for the Leadtools.MedicalViewer.MedicalViewerActionType.
The format of the source should be compatible with the format loaded in the GetMouseButtonActionDisplayNameStream method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET