The following tables list the members exposed by ChangeCellScrollCommand.
Public Constructors
Name | Description | |
---|---|---|
ChangeCellScrollCommand | Initializes a new instance of the ChangeCellScrollCommand class. | |
WorkstationCommand | Initializes a new instance of this class. (Inherited from WorkstationCommand) |
Public Methods
Name | Description | |
---|---|---|
CanExecute | Checks whether the Enabled and Supported properties are true and calls the DoCanExecute method. (Inherited from WorkstationCommand) | |
Execute | Checks whether the Enabled and Supported properties are true and calls the DoExecute method. (Inherited from WorkstationCommand) |
Protected Methods
Name | Description | |
---|---|---|
DoCanExecute | Determines whether the command can execute. | |
DoExecute | Changes the scroll position for the selected Leadtools.MedicalViewer.MedicalViewerMultiCell. | |
OnCommandExecuted | Publishes the current feature to be executed through the EventBroker. (Inherited from WorkstationCommand) |
Public Properties
Name | Description | |
---|---|---|
Container | Gets the Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation which this command will execute on. (Inherited from WorkstationCommand) | |
Enabled | Gets or sets a value to temporarily enables and disable the command execution. (Inherited from WorkstationCommand) | |
FeatureId | Gets the feature ID that is registered with this command. (Inherited from WorkstationCommand) | |
FrameNumber | Gets or sets the frame number to scroll to. | |
Scroll | Gets or sets the ChangeCellScrollCommand.ScrollLocation that tells the command how to apply the scrolling. | |
Supported | Gets or sets a value to disable the feature associated with the command to be executed. (Inherited from WorkstationCommand) |
Public Fields
Name | Description | |
---|---|---|
ScrollLocation | Provides value fo the ChangeCellScrollCommand |
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