Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetActionProperties( _ ByVal actionType As MedicalViewerActionType, _ ByVal actionProperties As MedicalViewerBaseAction, _ ByVal cellIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction actionProperties, int cellIndex ) |
Managed Extensions for C++ | |
---|---|
public: void SetActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction* actionProperties, int cellIndex ) |
C++/CLI | |
---|---|
public: void SetActionProperties( MedicalViewerActionType actionType, MedicalViewerBaseAction^ actionProperties, int cellIndex ) |
Parameters
- actionType
- The action for which the properties are being set.
- actionProperties
- The properties to be set.
- cellIndex
- Index of the cell for which the properties are being set.
For an example, refer to #ctor
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