ClassLayoutControlMouseOverIndicator
Class
Represents a control allowing mouse-over indication for the element that is under the mouse when the RadLayoutControl is in edit mode.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class LayoutControlMouseOverIndicator : Control
Inheritance: objectLayoutControlMouseOverIndicator
Constructors
LayoutControlMouseOverIndicator()
Declaration
cs-api-definition
public LayoutControlMouseOverIndicator()
Fields
ContextItemProperty
Identifies the ContextItem dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ContextItemProperty
Field Value
DependencyProperty
Properties
ContextItem
Gets the element that this indicator is over.
Declaration
cs-api-definition
public FrameworkElement ContextItem { get; }
Property Value
FrameworkElement
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.