Sets the current properties for the specified action.
protected virtual void SetCellActionProperties(
MedicalViewerActionType actionType,
MedicalViewerBaseAction actionProperties,
int subCellIndex
)
Protected Overridable Sub SetCellActionProperties( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal actionProperties As Leadtools.Medicalviewer.MedicalViewerBaseAction, _
ByVal subCellIndex As Integer _
)
protected:
virtual void SetCellActionProperties(
Leadtools.Medicalviewer.MedicalViewerActionType actionType,
Leadtools.Medicalviewer.MedicalViewerBaseAction^ actionProperties,
int subCellIndex
)
actionType
The action for which the properties are being set.
actionProperties
The properties to be set.
subCellIndex
The zero-based index of the sub-cell for which the properties are being set.
This method is internally called by SetActionProperties method. To retrieve the properties for a specific action, call the GetActionProperties 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