Skip to main content
.NET 6.0+

ViewShortcut Constructors

Supplies key information on a View.
Name Parameters Description
ViewShortcut() none Creates an empty View Shortcut.
ViewShortcut(String, String) viewId, objectKey Creates a new ViewShortcut.
ViewShortcut(Type, String, String, Point) objectClass, objectKey, viewId, scrollPosition Creates a new ViewShortcut.
ViewShortcut(Type, String, String) objectClass, objectKey, viewId Creates a new ViewShortcut.
See Also