| Visual Basic (Declaration) | |
|---|---|
Public Sub AddAction( _ ByVal actionType As MedicalViewerActionType _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public void AddAction( MedicalViewerActionType actionType )  | |
| C++/CLI | |
|---|---|
public: void AddAction( MedicalViewerActionType actionType )  | |
Parameters
- actionType
 - The action to be added.
 
For an example, refer to _ctor
            
            
            The same action cannot be added to a medical viewer control twice. To set or get the properties for the specified action, use SetActionProperties, or GetActionProperties. 
For more information, refer to Applying Actions, and Creating a Bitmap Region.
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