Leadtools.MedicalViewer Namespace > MedicalViewerBaseCell Class : SetCellActionProperties Method |
protected virtual void SetCellActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction actionProperties, int subCellIndex )
'Declaration Protected Overridable Sub SetCellActionProperties( _ ByVal actionType As MedicalViewerActionType, _ ByVal actionProperties As MedicalViewerBaseAction, _ ByVal subCellIndex As Integer _ )
'Usage Dim instance As MedicalViewerBaseCell Dim actionType As MedicalViewerActionType Dim actionProperties As MedicalViewerBaseAction Dim subCellIndex As Integer instance.SetCellActionProperties(actionType, actionProperties, subCellIndex)
protected: virtual void SetCellActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction^ actionProperties, int subCellIndex )
To retrieve the properties for a specific action, call the GetActionProperties method.