Class PaneHeader
This class represents the header of a selected pane.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class PaneHeader : Control
Constructors
PaneHeader()
Fields
IsHighlightedProperty
Identifies the IsHighlighted property.
Declaration
public static readonly DependencyProperty IsHighlightedProperty
Field Value
System.Windows.DependencyProperty
|
SelectedPaneProperty
Identifies the SelectedPane dependency property.
Declaration
public static readonly DependencyProperty SelectedPaneProperty
Field Value
System.Windows.DependencyProperty
|
SelectedTitleTemplateProperty
Identifies the SelectedTitleTemplate property.
Declaration
public static readonly DependencyProperty SelectedTitleTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsHighlighted
Gets or sets a value indicating whether this instance is highlighted.
Declaration
public bool IsHighlighted { get; set; }
Property Value
System.Boolean
|
SelectedPane
Gets or sets the selected pane.
Declaration
public RadPane SelectedPane { get; set; }
Property Value
RadPane
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 System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.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
System.Object
sender
|
DragDropCompletedEventArgs
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
System.Object
sender
|
DragInitializeEventArgs
e
|
OnMouseLeftButtonDown(MouseButtonEventArgs)
Raises the MouseLeftButtonDown event.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The System.Windows.Input.MouseButtonEventArgs instance containing the event data. |