- modifier
- Keys represents the modifier key to be assigned.
Visual Basic (Declaration) | |
---|---|
Public Sub Set( _ ByVal button As Medical3DMouseButtons, _ ByVal modifier As Keys _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Set( Medical3DMouseButtons button, Keys modifier ) |
C++/CLI | |
---|---|
public: void Set( Medical3DMouseButtons button, Keys modifier ) |
Parameters
- button
- Medical3DMouseButtons represents the mouse button to be assigned.
- modifier
- Keys represents the modifier key to be assigned.
If you assign a certain action to mouse button and modifier that are already assigned to another action, the actions will swap their values.
Do you mean by "the actions will swap their values" that the new action will replace the already assigned action ? if the answer is no, then what exactly this means?
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family