4.323 FrameworkContentElement

x:Object > DependencyObject > ContentElement > FrameworkContentElement, IInputElement
FrameworkContentElement
DefinitionBase FixedDocument FixedDocumentSequence FlowDocument TableColumn TextElement
(usage)
<FrameworkContentElement />
(description)
Adds support for additional input (including tooltips and context menus), storyboards, data context for databinding, styles, and logical trees. FrameworkContentElement is an implementation of the ContentElement base type.
[name property]
Name
[xml lang property]
Language
(properties)
BindingGroup
BindingGroup
(description)
The BindingGroup that is used for the element.
ContextMenu
ContextMenu
(description)
The context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element.
Cursor
Cursor
(description)
The cursor that displays when the mouse pointer is over this element.
DataContext
x:Object
(description)
The data context for an element when it participates in data binding.
FocusVisualStyle
Style
(description)
An object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
ForceCursor
x:Boolean
(description)
A value indicating whether this FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's Cursor property.
InputScope
InputScope
(description)
The context for input used by this FrameworkContentElement.
Language
XmlLanguage
(description)
Localization/globalization language information that applies to an individual element.
Name
x:String
(description)
The identifying name of the element. The name provides a reference so that the element can be referred to after it is constructed during XAML parsing.
OverridesDefaultStyle
x:Boolean
(description)
A value indicating whether this element incorporates style properties from theme styles.
Resources
ResourceDictionary
(description)
The current locally-defined resource dictionary.
Style
Style
(description)
The style to be used by this element.
Tag
x:Object
(description)
An arbitrary object value that can be used to store custom information about this element.
ToolTip
x:Object
(description)
The tool-tip object that is displayed for this element in the user interface (UI).
(events)
ContextMenuClosing
Occurs just before any context menu on the element is closed.
ContextMenuOpening
Occurs when any context menu on the element is opened.
DataContextChanged
Occurs when this element's data context changes.
Initialized
Occurs when this FrameworkContentElement is initialized. This coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true.
Loaded
Occurs when the element is laid out, rendered, and ready for interaction.
SourceUpdated
Occurs when any associated data source participating in a binding on this element changes.
TargetUpdated
Occurs when any associated target property participating in a binding on this element changes.
ToolTipClosing
Occurs just before any tooltip on the element is closed.
ToolTipOpening
Occurs when any tooltip on the element is opened.
Unloaded
Occurs when the element is removed from an element tree of loaded elements.