Eyeshot 10 WinForms API Reference
ShortcutKeysSettings Constructor(Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys)

WinForms Assembly > devDept.Eyeshot Namespace > ShortcutKeysSettings Class > ShortcutKeysSettings Constructor : ShortcutKeysSettings Constructor(Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys,Keys)
The select all shortcut
The invert selection shortcut
The delete selection shortcut
The zoom fit shortcut
The zoom in shortcut
The zoom out shortcut
The copy selection shortcut
The paste selection shortcut
The cut selection shortcut
The group selection shortcut
The ungroup selection shortcut
The rotate right shortcut
The rotate up shortcut
The rotate left shortcut
The rotate down shortcut
The pan right shortcut
The pan up shortcut
The pan left shortcut
The pan down shortcut
The cancel background work shortcut
Constructor (deprecated).
Syntax
'Declaration
 
Public Function 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 _
)
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
)

Parameters

selectAll
The select all shortcut
invertSelection
The invert selection shortcut
deleteSelection
The delete selection shortcut
zoomFit
The zoom fit shortcut
zoomIn
The zoom in shortcut
zoomOut
The zoom out shortcut
copySelection
The copy selection shortcut
pasteSelection
The paste selection shortcut
cutSelection
The cut selection shortcut
groupSelection
The group selection shortcut
ungroupSelection
The ungroup selection shortcut
rotateRight
The rotate right shortcut
rotateUp
The rotate up shortcut
rotateLeft
The rotate left shortcut
rotateDown
The rotate down shortcut
panRight
The pan right shortcut
panUp
The pan up shortcut
panLeft
The pan left shortcut
panDown
The pan down shortcut
cancelBackgroundWork
The cancel background work shortcut
See Also

Reference

ShortcutKeysSettings Class
ShortcutKeysSettings Members
Overload List