Gets the current properties for the specified action.
public MedicalViewerBaseAction GetActionProperties(
MedicalViewerActionType actionType,
int subCellIndex
)
Public Overloads Function GetActionProperties( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal subCellIndex As Integer _
) As Leadtools.Medicalviewer.MedicalViewerBaseAction
public:
Leadtools.Medicalviewer.MedicalViewerBaseAction^ GetActionProperties(
Leadtools.Medicalviewer.MedicalViewerActionType actionType,
int subCellIndex
)
actionType
The specified action.
subCellIndex
Index of the sub-cell for which the properties will be retrieved.
A MedicalViewerBaseAction that contains the retrieved properties.
To set the properties for the specified action, call the SetActionProperties method.
For an example, refer to MedicalViewerCommonActions
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