Click or drag to resize

EditorCommandUnselect Method

Returns a command that allows clearing the current selection in a frame.

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

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also