HtmlEditor Class

Interaction logic for HtmlEditor.xaml

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class HtmlEditor : UserControl, IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    UserControl    HtmlEditor
Implements
IComponentConnector

Constructors

HtmlEditor Constructor class.

Properties

AlignCenterCommand Represents the command that requests that the selected content be focused.
AlignJustifyCommand Represents the command that requests you to justify the selected content.
AlignLeftCommand Represents the command that requests that the selected content be left-aligned.
AlignRightCommand Represents the command that requests that the selected content be right-aligned.
DecreaseFontSizeCommand Represents the command that requests that the font size be reduced by 1 point in the current selection.
DecreaseIndentationCommand Represents the command that requests that one indentation position be reduced in the current selection.
EditingMode Gets or sets a value that specifies the editing mode that the control uses.
IncreaseFontSizeCommand Represents the command that requests that the font size be increased by 1 point in the current selection.
IncreaseIndentationCommand Represents the command that requests that one indentation position be increased in the current selection.
IsReadOnly Gets or sets a value indicating whether the text editing control is read-only to the user interacting with the control.
SpellCheck Gets or sets a value that determines whether spell checking is enabled.
Text Gets or sets the Html content that is displayed in the control.
ToggleBoldCommand Represents the command that requests to toggle Bold formatting on the current selection.
ToggleBulletsCommand Represents the command that requests to toggle the unordered list format for the current selection.
ToggleItalicCommand Represents the command that requests to toggle Italic formatting on the current selection.
ToggleNumberingCommand Represents the command that requests to toggle the ordered list format for the current selection.
ToggleUnderlineCommand Represents the command that requests to toggle Underline formatting on the current selection.
ToggleViewModeCommand Represents the command that requests to toggle the editor view mode between WYSIWYG and HtmlCode values.
ViewMode Gets or sets a value that specifies the view mode that the control uses to render content.

Methods

InitializeComponent InitializeComponent

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also