PaneHeader
This class represents the header of a selected pane.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class PaneHeader : Control
Inheritance: objectPaneHeader
Constructors
Initializes a new instance of the PaneHeader class.
public PaneHeader()
Fields
IsHighlightedProperty
DependencyProperty
Identifies the IsHighlighted property.
public static readonly DependencyProperty IsHighlightedProperty
SelectedPaneProperty
DependencyProperty
Identifies the SelectedPane dependency property.
public static readonly DependencyProperty SelectedPaneProperty
SelectedTitleTemplateProperty
DependencyProperty
Identifies the SelectedTitleTemplate property.
public static readonly DependencyProperty SelectedTitleTemplateProperty
Properties
Gets or sets a value indicating whether this instance is highlighted.
public bool IsHighlighted { get; set; }
True if this instance is highlighted; otherwise, false.
Gets or sets the selected pane.
public RadPane SelectedPane { get; set; }
The selected pane.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Occurs when the input system reports an underlying drag event with this element as the drag origin.
protected virtual void OnDragDropCompleted(object sender, DragDropCompletedEventArgs e)
Occurs when the input system reports an underlying drag event with this element as the drag origin.
protected virtual void OnDragInitialize(object sender, DragInitializeEventArgs e)
Raises the event and sets from the active theme.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Raises the event.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
The MouseButtonEventArgs instance containing the event data.