ShortcutKeysSettings Class

Keyboard shortcut settings.
Public Class ShortcutKeysSettings
This language is not supported or no code example is available.
public class ShortcutKeysSettings
This language is not supported or no code example is available.
Name Description
Public property CancelBackgroundWork Gets or sets the cancel background work shortcut.
Public property CopySelection Gets or sets the copy selection shortcut.
Public property CutSelection Gets or sets the cut selection shortcut.
Public property DeleteSelection Gets or sets the delete selection shortcut.
Public property GroupSelection Gets or sets the group selection shortcut.
Public property InvertSelection Gets or sets the invert selection shortcut.
Public property NavigationBackward Gets or sets the backward navigation movement shortcut (for navigationType.Walk and navigationType.Fly camera navigation modes).
Public property NavigationDown Gets or sets the down navigation movement shortcut (for navigationType.Walk and navigationType.Fly camera navigation modes).
Public property NavigationForward Gets or sets the forward navigation movement shortcut (for navigationType.Walk and navigationType.Fly camera navigation modes).
Public property NavigationLeft Gets or sets the left navigation movement shortcut (for navigationType.Walk and navigationType.Fly camera navigation modes).
Public property NavigationRight Gets or sets the right navigation movement shortcut (for navigationType.Walk and navigationType.Fly camera navigation modes).
Public property NavigationUp Gets or sets the up navigation movement shortcut (for navigationType.Walk and navigationType.Fly camera navigation modes).
Public property PanDown Gets or sets the pan down shortcut.
Public property PanLeft Gets or sets the pan left shortcut.
Public property PanRight Gets or sets the pan right shortcut.
Public property PanUp Gets or sets the pan up shortcut.
Public property PasteSelection Gets or sets the paste selection shortcut.
Public property RotateDown Gets or sets the rotate down shortcut.
Public property RotateLeft Gets or sets the rotate left shortcut.
Public property RotateRight Gets or sets the rotate right shortcut.
Public property RotateUp Gets or sets the rotate up shortcut.
Public property SelectAll Gets or sets the select all shortcut.
Public property UngroupSelection Gets or sets the ungroup selection shortcut.
Public property ZoomFit Gets or sets the zoom fit shortcut.
Public property ZoomIn Gets or sets the zoom in shortcut.
Public property ZoomOut Gets or sets the zoom out key shortcut.
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Eyeshot.ShortcutKeysSettings

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition