Initializes a new instance of the ApplyActionCommand class.
public ApplyActionCommand(
string featureId,
WorkstationContainer container,
MedicalViewerActionType action,
MedicalViewerMouseButtons mouseButton,
ApplyActionFlags applyOnFlags
)
Public Function New( _
ByVal featureId As String, _
ByVal container As Leadtools.Medical.Workstation.WorkstationContainer, _
ByVal action As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal mouseButton As Leadtools.Medicalviewer.MedicalViewerMouseButtons, _
ByVal applyOnFlags As Leadtools.Medical.Workstation.ApplyActionFlags _
)
public:
ApplyActionCommand(
String^ featureId,
Leadtools.Medical.Workstation.WorkstationContainer^ container,
Leadtools.Medicalviewer.MedicalViewerActionType action,
Leadtools.Medicalviewer.MedicalViewerMouseButtons mouseButton,
Leadtools.Medical.Workstation.ApplyActionFlags applyOnFlags
)
featureId
The feature ID that will be registered with this command.
container
The WorkstationContainer for the current active workstation.
action
The Leadtools.MedicalViewer.MedicalViewerActionType to apply.
mouseButton
The Leadtools.MedicalViewer.MedicalViewerMouseButtons that is assigned the action.
applyOnFlags
An ApplyActionFlags value that tells the command on when the action should be applied.
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