Visual Basic (Declaration) | |
---|---|
Public Sub RemoveAction( _ ByVal actionType As MedicalViewerActionType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void RemoveAction( MedicalViewerActionType actionType ) |
Managed Extensions for C++ | |
---|---|
public: void RemoveAction( MedicalViewerActionType actionType ) |
C++/CLI | |
---|---|
public: void RemoveAction( MedicalViewerActionType actionType ) |
Parameters
- actionType
- The action to be removed.
For an example, refer to #ctor
When an action is removed from a container, all properties, mouse buttons, and
keystroke combinations are also removed.
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