ShortcutKeysSettings(Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys, Keys) Constructor

Constructor.
Public Sub New( _ 
ByVal selectAll As Keys, _ 
ByVal invertSelection As Keys, _ 
ByVal deleteSelection As Keys, _ 
ByVal zoomFit As Keys, _ 
ByVal zoomIn As Keys, _ 
ByVal zoomOut As Keys, _ 
ByVal copySelection As Keys, _ 
ByVal pasteSelection As Keys, _ 
ByVal cutSelection As Keys, _ 
ByVal groupSelection As Keys, _ 
ByVal ungroupSelection As Keys, _ 
ByVal rotateRight As Keys, _ 
ByVal rotateUp As Keys, _ 
ByVal rotateLeft As Keys, _ 
ByVal rotateDown As Keys, _ 
ByVal panRight As Keys, _ 
ByVal panUp As Keys, _ 
ByVal panLeft As Keys, _ 
ByVal panDown As Keys, _ 
ByVal cancelBackgroundWork As Keys, _ 
ByVal navigationRight As Keys, _ 
ByVal navigationLeft As Keys, _ 
ByVal navigationUp As Keys, _ 
ByVal navigationDown As Keys, _ 
ByVal navigationForward As Keys, _ 
ByVal navigationBackward As Keys
)
This language is not supported or no code example is available.
public ShortcutKeysSettings( 
Keys selectAll
Keys invertSelection
Keys deleteSelection
Keys zoomFit
Keys zoomIn
Keys zoomOut
Keys copySelection
Keys pasteSelection
Keys cutSelection
Keys groupSelection
Keys ungroupSelection
Keys rotateRight
Keys rotateUp
Keys rotateLeft
Keys rotateDown
Keys panRight
Keys panUp
Keys panLeft
Keys panDown
Keys cancelBackgroundWork
Keys navigationRight
Keys navigationLeft
Keys navigationUp
Keys navigationDown
Keys navigationForward
Keys navigationBackward 
)
This language is not supported or no code example is available.

Parameters

selectAll
Keys

The select all shortcut

invertSelection
Keys

The invert selection shortcut

deleteSelection
Keys

The delete selection shortcut

zoomFit
Keys

The zoom fit shortcut

zoomIn
Keys

The zoom in shortcut

zoomOut
Keys

The zoom out shortcut

copySelection
Keys

The copy selection shortcut

pasteSelection
Keys

The paste selection shortcut

cutSelection
Keys

The cut selection shortcut

groupSelection
Keys

The group selection shortcut

ungroupSelection
Keys

The ungroup selection shortcut

rotateRight
Keys

The rotate right shortcut

rotateUp
Keys

The rotate up shortcut

rotateLeft
Keys

The rotate left shortcut

rotateDown
Keys

The rotate down shortcut

panRight
Keys

The pan right shortcut

panUp
Keys

The pan up shortcut

panLeft
Keys

The pan left shortcut

panDown
Keys

The pan down shortcut

cancelBackgroundWork
Keys

The cancel background work shortcut

navigationRight
Keys

The right navigation movement shortcut

navigationLeft
Keys

The left navigation movement shortcut

navigationUp
Keys

The up navigation movement shortcut

navigationDown
Keys

The down navigation movement shortcut

navigationForward
Keys

The forward navigation movement shortcut

navigationBackward
Keys

The backward navigation movement shortcut

.NET Framework

Supported in: 4.8

In this article

Definition