The C1RichTextBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1RichTextBox |
Initializes a new instance of a C1RichTextBox.
|
Methods
Name | Description | |
---|---|---|
![]() |
ApplyTemplate |
Loads the relevant control template so that its parts can be referenced. (Inherited from Control.) |
![]() |
Arrange |
Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from UIElement.) |
![]() |
ArrangeOverride |
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
(Overrides FrameworkElement..::..ArrangeOverride(Size).) |
![]() |
CaptureMouse |
Sets mouse capture to a UIElement. (Inherited from UIElement.) |
![]() |
ChangeVisualStateCommon |
Updates the current visual state of the Common visual state group to match the object's properties.
|
![]() |
ChangeVisualStateFocus |
Updates the current visual state of the Focus visual state group to match the object's properties.
|
![]() |
ChangeVisualStateWritable |
Updates the current visual state of the Writable visual state group to match the object's properties.
|
![]() |
CheckAccess |
Determines whether the calling thread has access to this object. (Inherited from DependencyObject.) |
![]() |
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() |
ClipboardCopy |
Copies the selection to the clipboard.
|
![]() |
ClipboardCut |
Cuts the selection to the clipboard.
|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
FindName |
Retrieves an object that has the specified identifier name. (Inherited from FrameworkElement.) |
![]() |
Focus |
Attempts to set the focus on the control. (Inherited from 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 |
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) |
![]() |
GetElementFromPoint |
Returns the C1TextElement directly below a given point.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
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 Rect of screen coordinates for a given position.
|
![]() |
GetTemplateChild |
Retrieves the named element in the instantiated ControlTemplate visual tree. (Inherited from Control.) |
![]() |
GetTextRange |
Gets a C1TextRange that represents a range in the current
Document.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() |
GoToPage |
Causes the editor to jump to a specified page number.
|
![]() |
InvalidateArrange |
Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously. (Inherited from UIElement.) |
![]() |
InvalidateMeasure |
Invalidates the measurement state (layout) for a UIElement. (Inherited from UIElement.) |
![]() |
Measure |
Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride(Size) implementations to form a recursive layout update. (Inherited from UIElement.) |
![]() |
MeasureOverride |
Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.
(Overrides FrameworkElement..::..MeasureOverride(Size).) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnApplyTemplate |
Builds the visual tree for the C1RichTextBox control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
![]() |
OnCreateAutomationPeer |
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure. (Inherited from UIElement.) |
![]() |
OnGotFocus |
Called before the GotFocus event occurs. (Inherited from Control.) |
![]() |
OnHold |
Called before the Hold()()()() event occurs.
|
![]() |
OnKeyDown | (Overrides ControlOnKeyDown(KeyEventArgs).) |
![]() |
OnKeyUp | (Overrides ControlOnKeyUp(KeyEventArgs).) |
![]() |
OnLostFocus |
Called before the LostFocus event occurs. (Inherited from Control.) |
![]() |
OnManipulationCompleted |
Called before the ManipulationCompleted event occurs.
|
![]() |
OnManipulationStarted |
Called before the ManipulationStarted event occurs.
|
![]() |
OnMouseEnter |
Called before the MouseEnter event occurs. (Inherited from Control.) |
![]() |
OnMouseLeave |
Called before the MouseLeave event occurs. (Inherited from Control.) |
![]() |
OnMouseLeftButtonDown |
Called before the MouseLeftButtonDown event occurs. (Inherited from Control.) |
![]() |
OnMouseLeftButtonUp |
Called before the MouseLeftButtonUp event occurs. (Inherited from Control.) |
![]() |
OnMouseMove |
Called before the MouseMove event occurs. (Inherited from Control.) |
![]() |
OnTap |
Called before the Tap()()()() event occurs.
|
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() |
ReleaseMouseCapture |
Removes mouse capture from a UIElement. After this call, typically no object holds mouse capture. (Inherited from UIElement.) |
![]() |
ScrollIntoView(C1TextElement) |
Scrolls the C1RichTextBox to bring a C1TextElement into view.
|
![]() |
ScrollIntoView(C1TextPointer) |
Scrolls the C1RichTextBox to bring a C1TextPointer 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 |
Attaches a binding to a FrameworkElement, using the provided binding object, and returns a BindingExpressionBase for possible later use. (Inherited from FrameworkElement.) |
![]() |
SetHtml |
Sets the HTML content.
|
![]() |
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TransformToVisual |
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object. (Inherited from UIElement.) |
![]() |
UpdateLayout |
Ensures that all positions of child objects of a UIElement are properly updated for layout. (Inherited from UIElement.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AcceptsReturnProperty |
Identifies the AcceptsReturn dependency property.
|
![]() ![]() |
AcceptsTabProperty |
Identifies the AcceptsTab dependency property.
|
![]() ![]() |
CaretBrushProperty |
Identifies the CaretBrush dependency property.
|
![]() ![]() |
ComputedHorizontalScrollBarVisibilityProperty |
Identifies the ComputedHorizontalScrollBarVisibility dependency property.
|
![]() ![]() |
ComputedVerticalScrollBarVisibilityProperty |
Identifies the ComputedVerticalScrollBarVisibility dependency property.
|
![]() ![]() |
DefaultParagraphMarginProperty |
Identifies the DefaultParagraphMargin dependency property.
|
![]() ![]() |
DisabledCuesVisibilityProperty |
Identifies the DisabledCuesVisibility dependency property.
|
![]() ![]() |
DisableSelectionProperty |
Identifies the DisableSelection dependency property.
|
![]() ![]() |
DocumentProperty |
Identifies the Document dependency property.
|
![]() ![]() |
ExtentHeightProperty |
Identifies the ExtentHeight dependency property.
|
![]() ![]() |
ExtentWidthProperty |
Identifies the ExtentWidth dependency property.
|
![]() ![]() |
FocusCuesVisibilityProperty |
Identifies the FocusCuesVisibility dependency property.
|
![]() ![]() |
HideCaretProperty |
Identifies the HideCaret dependency property.
|
![]() ![]() |
HideSelectionProperty |
Identifies the HideSelection dependency property.
|
![]() ![]() |
HorizontalOffsetProperty |
Identifies the HorizontalOffset dependency property.
|
![]() ![]() |
HorizontalScrollBarVisibilityProperty |
Identifies the HorizontalScrollBarVisibility dependency property.
|
![]() ![]() |
HtmlFilterProperty |
Identifies the HtmlFilter dependency property.
|
![]() ![]() |
HtmlProperty |
Identifies the Html dependency property.
|
![]() ![]() |
IsFocusedProperty |
Identifies the IsFocused dependency property.
|
![]() ![]() |
IsMouseOverProperty |
Identifies the IsMouseOver dependency property.
|
![]() ![]() |
IsReadOnlyProperty |
Identifies the IsReadOnly dependency property.
|
![]() ![]() |
PageCountProperty |
Identifies the PageCount dependency property.
|
![]() ![]() |
PageNumberProperty |
Identifies the PageNumber dependency property.
|
![]() ![]() |
PrintPageLayoutProperty |
Identifies the PrintPageLayout dependency property.
|
![]() ![]() |
PrintPanelTemplateProperty |
Identifies the PrintPanelTemplate dependency property.
|
![]() ![]() |
PrintTemplateProperty |
Identifies the PrintTemplate dependency property.
|
![]() ![]() |
ReturnModeProperty |
Identifies the ReturnMode dependency property.
|
![]() ![]() |
ScrollableHeightProperty |
Identifies the ScrollableHeight dependency property.
|
![]() ![]() |
ScrollableWidthProperty |
Identifies the ScrollableWidth dependency property.
|
![]() ![]() |
ScrollThumbBrushProperty |
Identifies the ScrollThumbBrush dependency property.
|
![]() ![]() |
SelectionBackgroundProperty |
Identifies the SelectionBackground dependency property.
|
![]() ![]() |
SelectionForegroundProperty |
Identifies the SelectionForeground dependency property.
|
![]() ![]() |
TabSizeProperty |
Identifies the TabSize dependency property.
|
![]() ![]() |
TextProperty |
Identifies the Text dependency property.
|
![]() ![]() |
TextWrappingProperty |
Identifies the TextWrapping dependency property.
|
![]() ![]() |
UIContainerResizeTemplateProperty |
Identifies the UIContainerResizeTemplate dependency property.
|
![]() ![]() |
ValidationDecoratorStyleProperty |
Identifies the ValidationDecoratorStyle dependency property.
|
![]() ![]() |
VerticalOffsetProperty |
Identifies the VerticalOffset dependency property.
|
![]() ![]() |
VerticalScrollBarVisibilityProperty |
Identifies the VerticalScrollBarVisibility dependency property.
|
![]() ![]() |
ViewModeProperty |
Identifies the ViewMode dependency property.
|
![]() ![]() |
ViewportHeightProperty |
Identifies the ViewportHeight dependency property.
|
![]() ![]() |
ViewportWidthProperty |
Identifies the ViewportWidth dependency property.
|
![]() ![]() |
WatermarkProperty |
Identifies the Watermark dependency property.
|
![]() ![]() |
ZoomProperty |
Identifies the Zoom dependency property.
|
Properties
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 |
Gets the rendered height of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
ActualWidth |
Gets the rendered width of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
Background |
Gets or sets a brush that provides the background of the control. (Inherited from Control.) |
![]() |
BorderBrush |
Gets or sets a brush that describes the border background of a control. (Inherited from Control.) |
![]() |
BorderThickness |
Gets or sets the border thickness of a control. (Inherited from Control.) |
![]() |
CaretBrush |
Sets the brush of blinking cursor of the C1RichTextBox.
|
![]() |
Clip |
Gets or sets the Geometry used to define the outline of the contents of a UIElement. (Inherited from UIElement.) |
![]() |
ClipboardMode |
Indicates how the C1RichTextBox uses the clipboard.
|
![]() |
ComputedHorizontalScrollBarVisibility |
Gets a value that indicates whether the horizontal ScrollBar is visible.
|
![]() |
ComputedVerticalScrollBarVisibility |
Gets a value that indicates whether the vertical ScrollBar is visible.
|
![]() |
Cursor |
Gets or sets the cursor image that displays while the mouse pointer is over a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
DataContext |
Gets or sets the data context for a FrameworkElement when it participates in data binding. (Inherited from FrameworkElement.) |
![]() |
DefaultParagraphMargin |
Gets or sets the default outer margin of a [!:C1Paragraph] element.
|
![]() |
DefaultStyleKey |
Gets or sets the key that references the default style for the control. (Inherited from Control.) |
![]() |
DesiredSize |
Gets the size that this UIElement computed during the measure pass of the layout process. (Inherited from 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 |
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() |
Document |
Gets or sets the C1Document for the C1RichTextBox.
|
![]() |
DocumentHistory |
Gets the DocumentHistory associated with current Document, used for undoing and redoing actions.
|
![]() |
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.
|
![]() |
FocusCuesVisibility |
Gets or sets a value indicating whether the focus visuals of the control are visible.
|
![]() |
FontFamily |
Gets or sets the font used to display text in the control. (Inherited from Control.) |
![]() |
FontSize |
Gets or sets the size of the text in this control. (Inherited from Control.) |
![]() |
FontStretch |
Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from Control.) |
![]() |
FontStyle |
Gets or sets the style in which the text is rendered. (Inherited from Control.) |
![]() |
FontWeight |
Gets or sets the thickness of the specified font. (Inherited from Control.) |
![]() |
Foreground |
Gets or sets a brush that describes the foreground color. (Inherited from Control.) |
![]() |
Height |
Gets or sets the suggested height of a FrameworkElement. (Inherited from 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 |
Gets or sets the horizontal alignment characteristics that are applied to a FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from FrameworkElement.) |
![]() |
HorizontalContentAlignment |
Gets or sets the horizontal alignment of the control's content. (Inherited from 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 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 |
Gets or sets a value indicating whether the user can interact with the control. (Inherited from Control.) |
![]() |
IsFocused |
Returns true if the control has the focus.
|
![]() |
IsHitTestVisible |
Gets or sets whether the contained area of this UIElement can return true values for hit testing. (Inherited from 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 |
Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from Control.) |
![]() |
Language |
Gets or sets localization/globalization language information that applies to a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
Margin |
Gets or sets the outer margin of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
MaxHeight |
Gets or sets the maximum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
MaxWidth |
Gets or sets the maximum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
MinHeight |
Gets or sets the minimum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
MinWidth |
Gets or sets the minimum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
Name |
Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from FrameworkElement.) |
![]() |
NavigationMode |
Indicates when the RequestNavigate event is fired.
|
![]() |
Opacity |
Gets or sets the degree of the object's opacity. (Inherited from UIElement.) |
![]() |
OpacityMask |
Gets or sets the brush used to alter the opacity of regions of this object. (Inherited from UIElement.) |
![]() |
Padding |
Gets or sets the padding inside a control. (Inherited from 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 |
Gets the parent object of this FrameworkElement in the object tree. (Inherited from FrameworkElement.) |
![]() |
PrintPageLayout | |
![]() |
PrintPanelTemplate |
Gets or sets the ItemsPanelTemplate used for the panel containing the pages in print view mode.
|
![]() |
PrintTemplate |
Gets or sets the DataTemplate used to present the C1RichTextBox in print mode.
|
![]() |
RenderSize |
Gets the final render size of a UIElement. (Inherited from UIElement.) |
![]() |
RenderTransform |
Gets or sets transform information that affects the rendering position of a UIElement. (Inherited from UIElement.) |
![]() |
RenderTransformOrigin |
Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement. (Inherited from UIElement.) |
![]() |
Resources |
Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from 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.
|
![]() |
ScrollThumbBrush |
Gets or sets the brush of the ScrollBars.
|
![]() |
SelectedText |
Gets or sets the content of the current selection in the rich text box.
|
![]() |
Selection |
Gets or sets the 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 ISpellChecker used for as-you-type spell checking.
|
![]() |
Style |
Gets or sets an instance Style that is applied for this object during rendering. (Inherited from FrameworkElement.) |
![]() |
StyleOverrides |
Gets the collection of IStyleOverride associated with this C1RichTextBox.
|
![]() |
TabIndex |
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from Control.) |
![]() |
TabNavigation |
Gets or sets a value that modifies how tabbing and TabIndex work for this control. (Inherited from Control.) |
![]() |
TabSize |
Gets or sets the size of a tab character in spaces.
|
![]() |
Tag |
Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from FrameworkElement.) |
![]() |
Template |
Gets or sets a control template. (Inherited from Control.) |
![]() |
Text |
Gets or sets the text inside the C1Document of the C1RichTextBox.
|
![]() |
TextWrapping |
Gets or sets whether the control should wrap the text to fit its width.
|
![]() |
Triggers |
Gets the collection of triggers for animations that are defined for a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
UIContainerResizeTemplate |
Gets or sets the DataTemplate that generates the thumbs for resizing C1InlineUIContainers.
|
![]() |
UseLayoutRounding |
Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from UIElement.) |
![]() |
ValidationDecoratorStyle |
Gets or sets the style that is applied to the inner C1ValidationDecorator.
|
![]() |
VerticalAlignment |
Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from FrameworkElement.) |
![]() |
VerticalContentAlignment |
Gets or sets the vertical alignment of the control's content. (Inherited from 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 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 |
Gets or sets the visibility of a UIElement. A UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from UIElement.) |
![]() |
Watermark |
Gets or sets the content of the watermark.
|
![]() |
Width |
Gets or sets the width of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
Zoom |
Gets or sets a zoom value applied to the contents of the C1RichTextBox.
|
Events
Name | Description | |
---|---|---|
![]() |
BindingValidationError |
Occurs when a data validation error is reported by a binding source. (Inherited from FrameworkElement.) |
![]() |
DocumentChanged |
Fires when the Document property changes.
|
![]() |
ElementMouseEnter |
Fires when the mouse enters a text element.
|
![]() |
ElementMouseLeave |
Fires when the mouse leaves a text element.
|
![]() |
ElementMouseLeftButtonDown |
Fires when the left mouse button is pressed over a text element.
|
![]() |
ElementMouseLeftButtonUp |
Fires when the left mouse button is released over a text element.
|
![]() |
ElementMouseMove |
Fires when the mouse moves over a text element.
|
![]() |
GotFocus |
Occurs when a UIElement receives focus. (Inherited from UIElement.) |
![]() |
IsEnabledChanged |
Occurs when the IsEnabled()()()() property changes. (Inherited from Control.) |
![]() |
IsMouseOverChanged |
Event raised when the [P:IsMouseOver] property has changed.
|
![]() |
KeyDown |
Occurs when a keyboard key is pressed while the C1RichTextBox has focus.
|
![]() |
KeyUp |
Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.) |
![]() |
LayoutUpdated |
Occurs when the layout of the Silverlight visual tree changes. (Inherited from FrameworkElement.) |
![]() |
Loaded |
Occurs when a FrameworkElement has been constructed and added to the object tree. (Inherited from FrameworkElement.) |
![]() |
LostFocus |
Occurs when a UIElement loses focus. (Inherited from UIElement.) |
![]() |
LostMouseCapture |
Occurs when the UIElement loses mouse capture. (Inherited from UIElement.) |
![]() |
MouseEnter |
Occurs when the mouse (or a stylus) enters the bounding area of a UIElement. (Inherited from UIElement.) |
![]() |
MouseLeave |
Occurs when the mouse (or the stylus) leaves the bounding area of a UIElement. (Inherited from UIElement.) |
![]() |
MouseLeftButtonDown |
Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a UIElement. (Inherited from UIElement.) |
![]() |
MouseLeftButtonUp |
Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a UIElement (or while a UIElement holds mouse capture). (Inherited from UIElement.) |
![]() |
MouseMove |
Occurs when the coordinate position of the mouse (or stylus) changes while over a UIElement (or while a UIElement holds mouse capture). (Inherited from UIElement.) |
![]() |
MouseSelectionCompleted |
Fired when the user completes a selection using a mouse.
|
![]() |
RequestNavigate |
Fires when the user clicks on a C1Hyperlink.
|
![]() |
SelectionChanged |
Fires when Selection changes.
|
![]() |
SizeChanged |
Occurs when either the ActualHeight or the ActualWidth properties change value on a FrameworkElement. (Inherited from 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.
|
![]() |
ViewModeChanged |
Event raised when the [P:ViewMode] property has changed.
|