SetCellActionProperties Method

Summary
Sets the current properties for the specified action.
Syntax
C#
C++/CLI
protected virtual void SetCellActionProperties( 
   MedicalViewerActionType actionType, 
   MedicalViewerBaseAction actionProperties, 
   int subCellIndex 
) 
            protected: 
virtual void SetCellActionProperties(  
   MedicalViewerActionType actionType, 
   MedicalViewerBaseAction^ actionProperties, 
   int subCellIndex 
)  

Parameters

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.

Remarks

This method is internally called by SetActionProperties method. To retrieve the properties for a specific action, call the GetActionProperties method.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.