GetCellActionProperties Method

Summary

Gets the current properties for the specified action.

Syntax
C#
VB
C++
protected virtual MedicalViewerBaseAction GetCellActionProperties( 
   MedicalViewerActionType actionType, 
   int subCellIndex 
) 
  
Protected Overridable Function GetCellActionProperties( _ 
   ByVal actionType As MedicalViewerActionType, _ 
   ByVal subCellIndex As Integer _ 
) As MedicalViewerBaseAction 
            protected: 
virtual MedicalViewerBaseAction^ GetCellActionProperties(  
   MedicalViewerActionType actionType, 
   int subCellIndex 
)  

Parameters

actionType
The specified action.

subCellIndex
The zero-based index of the sub-cell for which the properties will be retrieved.

Return Value

A MedicalViewerBaseAction that contains the retrieved properties.

Remarks

This method is internally called by GetActionProperties method. To set the properties for the specified action, call the SetActionProperties method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly