Visual Basic (Declaration) | |
---|---|
Public Property RotateModifierKey As Keys |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationManager Dim value As Keys instance.RotateModifierKey = value value = instance.RotateModifierKey |
C# | |
---|---|
public Keys RotateModifierKey {get; set;} |
Property Value
The rotate modifier key.This example disables the rotate modifier key
Visual Basic | Copy Code |
---|---|
Public Sub AnnAutomationManager_RotateModifierKey(ByVal manager As AnnAutomationManager) manager.RotateModifierKey = Keys.None End Sub |
C# | Copy Code |
---|---|
public void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager) { manager.RotateModifierKey = Keys.None; } |
This key is used in design mode when the an object is selected. Pressing down this key and clicking anywhere on the object then dragging the mouse rotates the object around its origin.
Please note that the AnnEncryptObject object does not support rotation.
By default, the automation framework sets this value to Keys.Shift
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7