ContentElement Properties
.NET Framework 4
The ContentElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowDrop | Gets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. |
|
AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. |
|
AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. |
|
AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. |
|
AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. |
|
CommandBindings | Gets a collection of CommandBinding objects that are associated with this element. |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
Focusable | Gets or sets a value that indicates whether the element can receive focus. |
|
HasAnimatedProperties | Gets a value that indicates whether this element has any animated properties. |
|
InputBindings | Gets the collection of input bindings that are associated with this element. |
|
IsEnabled | Gets or sets a value that indicates whether this element is enabled in the user interface (UI). |
|
IsEnabledCore | Gets a value that becomes the return value of IsEnabled in derived classes. |
|
IsFocused | Gets a value that determines whether this element has logical focus. |
|
IsInputMethodEnabled | Gets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. |
|
IsKeyboardFocused | Gets a value that indicates whether this element has keyboard focus. |
|
IsKeyboardFocusWithin | Gets a value that indicates whether keyboard focus is anywhere within the element or child elements. |
|
IsMouseCaptured | Gets a value that indicates whether the mouse is captured by this element. |
|
IsMouseCaptureWithin | Gets a value that determines whether mouse capture is held by this element or by child elements in its element tree. |
|
IsMouseDirectlyOver | Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. |
|
IsMouseOver | Gets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
IsStylusCaptured | Gets a value that indicates whether the stylus is captured to this element. |
|
IsStylusCaptureWithin | Gets a value that determines whether stylus capture is held by this element, including child elements and control compositing. |
|
IsStylusDirectlyOver | Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. |
|
IsStylusOver | Gets a value that indicates whether the stylus is located over this element (including visual child elements). |
|
TouchesCaptured | Gets all touch devices that are captured to this element. |
|
TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. |
|
TouchesDirectlyOver | Gets all touch devices that are over this element. |
|
TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. |