| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub SetActionProperties( _ ByVal actionType As MedicalViewerActionType, _ ByVal actionProperties As MedicalViewerBaseAction _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public void SetActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction actionProperties )  | |
| C++/CLI | |
|---|---|
public: void SetActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction^ actionProperties )  | |
Parameters
- actionType
 - The action for which the properties are being set.
 - actionProperties
 - The properties to be set.
 
For an example, refer to MedicalViewerMagnifyGlass
            
            
            To retrieve the properties for a specific action call the GetActionProperties method. 
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family