Gets the current properties for the specified action.
protected virtual MedicalViewerBaseAction GetCellActionProperties(
MedicalViewerActionType actionType,
int subCellIndex
)
Protected Overridable Function GetCellActionProperties( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal subCellIndex As Integer _
) As Leadtools.Medicalviewer.MedicalViewerBaseAction
protected:
virtual Leadtools.Medicalviewer.MedicalViewerBaseAction^ GetCellActionProperties(
Leadtools.Medicalviewer.MedicalViewerActionType actionType,
int subCellIndex
)
actionType
The specified action.
subCellIndex
The zero-based index of the sub-cell for which the properties will be retrieved.
A MedicalViewerBaseAction that contains the retrieved properties.
This method is internally called by GetActionProperties method. To set the properties for the specified action, call the SetActionProperties 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