Click or drag to resize

EditorCommand Class

Provides the supported commands that can be executed in a IFrame.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.FramesEditorCommand

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

The EditorCommand type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBackColor
Returns a command that allows setting the background color for selected text in a WYSIWYG editor.
Public methodStatic memberBold
Returns a command that allows making the selected text bold in a WYSIWYG editor.
Public methodStatic memberCopy
Returns a command that allows copying the selected text in the frame.
Public methodStatic memberCut
Returns a command that allows cutting the selected text in a text field, text area or WYSIWYG editor.
Public methodStatic memberDelete
Returns a command that allows deleting the selected text in a text field, text area or WYSIWYG editor.
Public methodStatic memberDeleteBackward
Returns a command that allows deleting character before the caret position in a text field, text area or WYSIWYG editor.
Public methodStatic memberDeleteForward
Returns a command that allows deleting character after the caret position in a text field, text area or WYSIWYG editor.
Public methodStatic memberDeleteToBeginningOfLine
Returns a command that allows deleting character from the caret position to the beginning of line in a text field, text area or WYSIWYG editor.
Public methodStatic memberDeleteWordBackward
Returns a command that allows deleting a word before the caret position in a text field, text area or WYSIWYG editor.
Public methodStatic memberDeleteWordForward
Returns a command that allows deleting a word after the caret position in a text field, text area or WYSIWYG editor.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFindText
Returns a command that allows searching for the given text occurrence from the current caret position in the frame. If match found, this command will select it and scroll down to make it visible, if needed.
Public methodStatic memberFontName
Returns a command that allows setting the given fontName for the selected text in a WYSIWYG editor.
Public methodStatic memberFontSize
Returns a command that allows setting the given fontSize for the selected text in a WYSIWYG editor.
Public methodStatic memberForeColor
Returns a command that allows setting the given foreground color for the selected text in a WYSIWYG editor.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIgnoreSpelling
Returns a command that allows disabling the spelling mistakes highlighting in a text area or a WYSIWYG editor.
Public methodStatic memberInsertHtml
Returns a command that allows inserting the given html content in a WYSIWYG editor.
Public methodStatic memberInsertImage
Returns a command that allows inserting an image with the given source in a WYSIWYG editor. If the source points to an invalid location, then image won't be inserted.
Public methodStatic memberInsertNewLine
Returns a command that allows inserting a new line in a WYSIWYG editor.
Public methodStatic memberInsertParagraph
Inserts new paragraph in a WYSIWYG editor.
Public methodStatic memberInsertTab
Returns a command that allows inserting a tab character in a WYSIWYG editor.
Public methodStatic memberInsertText
Returns a command that allows inserting the given text content in a WYSIWYG editor or a text field.
Public methodStatic memberItalic
Returns a command that allows making the selected text italic in a WYSIWYG editor.
Public methodStatic memberMovePageDown
Returns a command that allows moving the caret position at one page down in a text area or a WYSIWYG editor.
Public methodStatic memberMovePageUp
Returns a command that allows moving the caret position at one page up in a text area or a WYSIWYG editor.
Public methodStatic memberMoveToBeginningOfLine
Returns a command that allows moving a word to the beginning of line in a text area or a WYSIWYG editor.
Public methodStatic memberMoveToBeginningOfLineAndModifySelection
Returns a command that allows moving a word to the beginning of line and modifying selection in a text area or a WYSIWYG editor.
Public methodStatic memberMoveToEndOfLine
Returns a command that allows moving a word to the end of line in a text area or a WYSIWYG editor.
Public methodStatic memberMoveToEndOfLineAndModifySelection
Returns a command that allows moving a word to the end of line and modifying selection in a text area or a WYSIWYG editor.
Public methodStatic memberMoveWordLeft
Returns a command that allows moving a word left in a text area or a WYSIWYG editor.
Public methodStatic memberMoveWordLeftAndModifySelection
Returns a command that allows moving a word left and modifying selection in a text area or a WYSIWYG editor.
Public methodStatic memberMoveWordRight
Returns a command that allows moving a word right in a text area or a WYSIWYG editor.
Public methodStatic memberMoveWordRightAndModifySelection
Returns a command that allows moving a word right and modifying selection in a text area or a WYSIWYG editor.
Public methodStatic memberPaste
Returns a command that allows pasting content of the clipboard in a text field, text area or a WYSIWYG editor.
Public methodStatic memberRedo
Returns a command that allows reversing the last Undo action.
Public methodStatic memberScrollLineDown
Returns a command that allows scrolling one line down.
Public methodStatic memberScrollLineUp
Returns a command that allows scrolling one line up.
Public methodStatic memberScrollPageBackward
Returns a command that allows scrolling a page backward.
Public methodStatic memberScrollPageForward
Returns a command that allows scrolling a page forward.
Public methodStatic memberScrollToBeginningOfDocument
Returns a command that allows scrolling content to the beginning of the document in the frame.
Public methodStatic memberScrollToEndOfDocument
Returns a command that allows scrolling content to the end of the document in the frame.
Public methodStatic memberSelectAll
Returns a command that allows selecting all text in the frame or the currently focused text field, text area or a WYSIWYG editor.
Public methodStatic memberSelectLine
Returns a command that allows selecting a line at the caret position in a text area or a WYSIWYG editor.
Public methodStatic memberSelectParagraph
Returns a command that allows selecting the whole paragraph at the caret position in a text area or a WYSIWYG editor.
Public methodStatic memberSelectSentence
Returns a command that allows selecting the whole sentence at the caret position in a text area or a WYSIWYG editor.
Public methodStatic memberSelectWord
Returns a command that allows selecting the word at the caret position in a text field, text area or a WYSIWYG editor.
Public methodStatic memberToggleBold
Returns a command that allows toggling bold style for the selected text in a WYSIWYG editor.
Public methodStatic memberToggleItalic
Returns a command that allows toggling italic style for the selected text in a WYSIWYG editor.
Public methodStatic memberToggleUnderline
Returns a command that allows toggling underline style for the selected text in a WYSIWYG editor.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnderline
Returns a command that allows underlying the selected text in a WYSIWYG editor.
Public methodStatic memberUndo
Returns a command that allows reversing the last action.
Public methodStatic memberUnselect
Returns a command that allows clearing the current selection in a frame.
Top
See Also