ClassPaneHeader
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
PaneHeader()
Initializes a new instance of the PaneHeader class.
Declaration
public PaneHeader()
Fields
IsHighlightedProperty
Identifies the IsHighlighted property.
Declaration
public static readonly DependencyProperty IsHighlightedProperty
Field Value
DependencyProperty
SelectedPaneProperty
Identifies the SelectedPane dependency property.
Declaration
public static readonly DependencyProperty SelectedPaneProperty
Field Value
DependencyProperty
SelectedTitleTemplateProperty
Identifies the SelectedTitleTemplate property.
Declaration
public static readonly DependencyProperty SelectedTitleTemplateProperty
Field Value
DependencyProperty
Properties
IsHighlighted
Gets or sets a value indicating whether this instance is highlighted.
Declaration
public bool IsHighlighted { get; set; }
Property Value
True if this instance is highlighted; otherwise, false.
SelectedPane
Gets or sets the selected pane.
Declaration
public RadPane SelectedPane { get; set; }
Property Value
The selected pane.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnDragDropCompleted(object, DragDropCompletedEventArgs)
Occurs when the input system reports an underlying drag event with this element as the drag origin.
Declaration
protected virtual void OnDragDropCompleted(object sender, DragDropCompletedEventArgs e)
Parameters
sender
e
OnDragInitialize(object, DragInitializeEventArgs)
Occurs when the input system reports an underlying drag event with this element as the drag origin.
Declaration
protected virtual void OnDragInitialize(object sender, DragInitializeEventArgs e)
Parameters
sender
e
OnInitialized(EventArgs)
Raises the event and sets from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnMouseLeftButtonDown(MouseButtonEventArgs)
Raises the event.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
The MouseButtonEventArgs instance containing the event data.