(Read only) Gets the modifier key that is assigned to an action.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Modifier As Keys |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Medical3DAction
Dim value As Keys
value = instance.Modifier
|
| C# | |
|---|
public Keys Modifier {get;} |
| C++/CLI | |
|---|
public:
property Keys Modifier {
Keys get();
} |
Return Value
Keys represents the assigned modifier key.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also