Click or drag to resize

EditorCommandScrollToBeginningOfDocument Method

Returns a command that allows scrolling content to the beginning of the document in the frame.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static EditorCommand ScrollToBeginningOfDocument()

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also