ChangeCellScrollCommand Constructor(string,WorkstationContainer,ScrollLocation,int)

Summary
Initializes a new instance of the ChangeCellScrollCommand class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal featureId As String, _ 
   ByVal container As WorkstationContainer, _ 
   ByVal location As ScrollLocation, _ 
   ByVal frameNumber As Integer _ 
) 
public: 
ChangeCellScrollCommand(  
   String^ featureId, 
   WorkstationContainer^ container, 
   ScrollLocation location, 
   int frameNumber 
) 

Parameters

featureId
The feature ID that will be registered with this command.

location
A ChangeCellScrollCommand.ScrollLocation that tells the command how to apply the scrolling.

frameNumber
The frame number to scroll to. This only apply when the location has a value of Custom.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.