C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox Namespace : C1RichTextBox Class |
The following tables list the members exposed by C1RichTextBox.
Name | Description | |
---|---|---|
C1RichTextBox Constructor | Initializes a new instance of a C1RichTextBox. |
Name | Description | |
---|---|---|
AcceptsReturn | Gets or sets a value that indicates how the text editing control responds when the user presses the ENTER key. | |
AcceptsTab | Gets or sets whether tabs are accepted. | |
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
Background | (Inherited from System.Windows.Controls.Control) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CaretBrush | Sets the brush of blinking cursor of the C1RichTextBox. | |
CharacterSpacing | (Inherited from System.Windows.Controls.Control) | |
Clip | (Inherited from System.Windows.UIElement) | |
ClipboardMode | Indicates how the C1RichTextBox uses the clipboard. | |
ComputedHorizontalScrollBarVisibility | Gets a value that indicates whether the horizontal System.Windows.Controls.Primitives.ScrollBar is visible. | |
ComputedVerticalScrollBarVisibility | Gets a value that indicates whether the vertical System.Windows.Controls.Primitives.ScrollBar is visible. | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DefaultParagraphMargin | Gets or sets the default outer margin of a C1Paragraph element. | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
DisabledCuesVisibility | Gets or sets a value indicating whether the disabled visuals of the control are visible. | |
DisableSelection | Gets or sets whether text selection is disabled. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
Document | Gets or sets the C1.Silverlight.RichTextBox.Documents.C1Document for the C1RichTextBox. | |
DocumentHistory | Gets the DocumentHistory associated with current Document, used for undoing and redoing actions. | |
Effect | (Inherited from System.Windows.UIElement) | |
ExtentHeight | Gets the vertical size of all the content for display in the C1RichTextBox. | |
ExtentWidth | Gets the horizontal size of all the content for display in the C1RichTextBox. | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
FocusCuesVisibility | Gets or sets a value indicating whether the focus visuals of the control are visible. | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HideCaret | Gets or sets whether the caret is hidden. | |
HideSelection | Gets or sets whether the control should highlight the selection when not in focus. | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
HorizontalOffset | Gets or sets a value that indicates the horizontal offset of the scrolled content. | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates whether a horizontal System.Windows.Controls.Primitives.ScrollBar should be displayed. | |
Html | Gets or sets the content of the C1RichTextBox in HTML format. | |
HtmlFilter | Gets or sets the HtmlFilter used by this C1RichTextBox to serialize and deserialize from HTML. | |
IsEnabled | (Inherited from System.Windows.Controls.Control) | |
IsEnabledSpellChecker | Gets or sets a value indicating whether the C1SpellChecker is enabled. | |
IsFocused | Returns true if the control has the focus. | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsMouseOver | Returns true if the mouse is over the control. | |
IsReadOnly | Gets or sets whether the user is allowed to modify the text in the control. | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
Language | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
Name | (Inherited from System.Windows.FrameworkElement) | |
NavigationMode | Indicates when the RequestNavigate event is fired. | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
PageCount | Gets the current number of display pages for the content hosted by the C1RichTextBox. | |
PageNumber | Gets the page number for the currently displayed page. | |
Painters | Gets the collection of IRichTextPainter associated with this C1RichTextBox. | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
PrintPageLayout | Gets or sets the layout used for the pages when ViewMode is TextViewMode.Print. | |
PrintPanelTemplate | Gets or sets the System.Windows.Controls.ItemsPanelTemplate used for the panel containing the pages in print view mode. | |
PrintTemplate | Gets or sets the System.Windows.DataTemplate used to present the C1RichTextBox in print mode. | |
Projection | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
ReturnMode | Gets or sets a value of ReturnMode that indicates how the RichTextBox handles the Return key. | |
ScrollableHeight | Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport. | |
ScrollableWidth | Gets a value that represents the vertical size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport. | |
ScrollBarStyle | Gets or sets the System.Windows.Style used by the two System.Windows.Controls.Primitives.ScrollBar controls contained in the default template. | |
SelectedText | Gets or sets the content of the current selection in the rich text box. | |
Selection | Gets or sets the C1.Silverlight.RichTextBox.Documents.C1TextRange selected in the C1RichTextBox's document. | |
SelectionBackground | Gets or sets the brush used to fill the background of the selected text. | |
SelectionForeground | Gets or sets the brush used to fill the foreground of the selected text. | |
SelectionLength | Gets or sets the number of characters in the current selection in the rich text box. | |
SelectionStart | Gets or sets the starting position of the text selected in the rich text box. | |
SpellChecker | Gets or sets the C1.Silverlight.ISpellChecker used for as-you-type spell checking. | |
Style | (Inherited from System.Windows.FrameworkElement) | |
StyleOverrides | Gets the collection of IStyleOverride associated with this C1RichTextBox. | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
TabNavigation | (Inherited from System.Windows.Controls.Control) | |
TabSize | Gets or sets the size of a tab character in spaces. | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
Text | Gets or sets the text inside the C1.Silverlight.RichTextBox.Documents.C1Document of the C1RichTextBox. | |
TextWrapping | Gets or sets whether the control should wrap the text to fit its width. | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
UIContainerResizeTemplate | Gets or sets the System.Windows.DataTemplate that generates the thumbs for resizing C1InlineUIContainers. | |
UseLayoutRounding | (Inherited from System.Windows.UIElement) | |
ValidationDecoratorStyle | Gets or sets the style that is applied to the inner C1.Silverlight.C1ValidationDecorator. | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
VerticalOffset | Gets or sets a value that indicates the vertical offset of the scrolled content. | |
VerticalScrollBarVisibility | Gets or sets a value that indicates whether a horizontal System.Windows.Controls.Primitives.ScrollBar should be displayed. | |
ViewManager | Gets the C1RichTextViewManager currently used by this C1RichTextBox. | |
ViewMode | Gets or sets the TextViewMode of the C1RichTextBox. | |
ViewportHeight | Gets a value that contains the vertical size of the viewable content. | |
ViewportWidth | Gets a value that contains the horizontal size of the viewable content. | |
Visibility | (Inherited from System.Windows.UIElement) | |
Watermark | Gets or sets the content of the watermark. | |
Width | (Inherited from System.Windows.FrameworkElement) | |
Zoom | Gets or sets a zoom value applied to the contents of the C1RichTextBox. |
Name | Description | |
---|---|---|
AddHandler | (Inherited from System.Windows.UIElement) | |
ApplyTemplate | (Inherited from System.Windows.Controls.Control) | |
Arrange | (Inherited from System.Windows.UIElement) | |
BeginInit | ||
CaptureMouse | (Inherited from System.Windows.UIElement) | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
ClipboardCopy | Copies the selection to the clipboard. | |
ClipboardCut | Cuts the selection to the clipboard. | |
ClipboardPaste | Pastes the current content of the clipboard. | |
EndInit | ||
FindName | (Inherited from System.Windows.FrameworkElement) | |
Focus | Attempts to set the focus on the control. | |
FormatCopy | Copies the format of the current selection to the format clipboard. | |
FormatPaste | Applies the content of the format clipboard to the current selection. | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetBindingExpression | (Inherited from System.Windows.FrameworkElement) | |
GetElementFromPoint | Returns the C1.Silverlight.RichTextBox.Documents.C1TextElement directly below a given point. | |
GetHtml | Get the HTML content with the selected encoding. | |
GetPositionFromPoint | Returns the closest text position to a given point in the document layout. | |
GetRectFromPosition | Returns the System.Windows.Rect of screen coordinates for a given position. | |
GetTextRange | Gets a C1.Silverlight.RichTextBox.Documents.C1TextRange that represents a range in the current Document. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
GoToPage | Causes the editor to jump to a specified page number. | |
InvalidateArrange | (Inherited from System.Windows.UIElement) | |
InvalidateMeasure | (Inherited from System.Windows.UIElement) | |
Measure | (Inherited from System.Windows.UIElement) | |
OnApplyTemplate | Overridden. Builds the visual tree for the C1RichTextBox control when a new template is applied. | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
ReleaseMouseCapture | (Inherited from System.Windows.UIElement) | |
RemoveHandler | (Inherited from System.Windows.UIElement) | |
RemoveShortcut | Remove the shortcut for some action. | |
ScrollIntoView | Overloaded. Scrolls the C1RichTextBox to bring a C1.Silverlight.RichTextBox.Documents.C1TextElement into view. | |
ScrollTo | Scrolls the C1RichTextBox so that the given position is at the top. | |
Select | Selects a range of text in the rich text box. | |
SelectAll | Selects all the text in the control. | |
SetBinding | (Inherited from System.Windows.FrameworkElement) | |
SetHtml | Sets the HTML content. | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
TransformToVisual | (Inherited from System.Windows.UIElement) | |
UpdateLayout | (Inherited from System.Windows.UIElement) |
Name | Description | |
---|---|---|
BindingValidationError | (Inherited from System.Windows.FrameworkElement) | |
ClipboardCopying | Fired when a clipboard copy has been triggered. | |
ClipboardPasting | Fired when a clipboard paste has been triggered. | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DocumentChanged | Fires when the Document property changes. | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | (Inherited from System.Windows.UIElement) | |
Drop | (Inherited from System.Windows.UIElement) | |
ElementMouseEnter | Fires when the mouse enters a text element. | |
ElementMouseLeave | Fires when the mouse leaves a text element. | |
ElementMouseLeftButtonDown | ||
ElementMouseLeftButtonUp | Fires when the left mouse button is released over a text element. | |
ElementMouseMove | Fires when the mouse moves over a text element. | |
GotFocus | (Inherited from System.Windows.UIElement) | |
IsEnabledChanged | (Inherited from System.Windows.Controls.Control) | |
IsMouseOverChanged | Event raised when the IsMouseOver property has changed. | |
KeyDown | Occurs when a keyboard key is pressed while the C1RichTextBox has focus. | |
KeyUp | (Inherited from System.Windows.UIElement) | |
LayoutUpdated | (Inherited from System.Windows.FrameworkElement) | |
Loaded | (Inherited from System.Windows.FrameworkElement) | |
LostFocus | (Inherited from System.Windows.UIElement) | |
LostMouseCapture | (Inherited from System.Windows.UIElement) | |
MediaCommand | (Inherited from System.Windows.UIElement) | |
MouseEnter | (Inherited from System.Windows.UIElement) | |
MouseLeave | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonDown | Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a System.Windows.UIElement. | |
MouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
MouseMove | (Inherited from System.Windows.UIElement) | |
MouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
MouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
MouseSelectionCompleted | Fired when the user completes a selection using a mouse. | |
MouseWheel | (Inherited from System.Windows.UIElement) | |
RequestNavigate | Fires when the user clicks on a C1.Silverlight.RichTextBox.Documents.C1Hyperlink. | |
SelectionChanged | Fires when Selection changes. | |
SizeChanged | (Inherited from System.Windows.FrameworkElement) | |
TextChanged | Fired when there is a change in the document. | |
TextDragMove | Fires when the mouse moves while dragging text. | |
TextDragStart | Fires when text dragging starts. Allows canceling the drag. | |
TextDrop | Fires when dragged text is dropped. | |
TextInput | (Inherited from System.Windows.UIElement) | |
TextInputStart | (Inherited from System.Windows.UIElement) | |
TextInputUpdate | (Inherited from System.Windows.UIElement) | |
Unloaded | (Inherited from System.Windows.FrameworkElement) | |
ViewModeChanged | Event raised when the ViewMode property has changed. |