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.
|
SelectedPaneProperty
Identifies the SelectedPane dependency property.
Declaration
public static readonly DependencyProperty SelectedPaneProperty
Field Value
System.
|
SelectedTitleTemplateProperty
Identifies the SelectedTitleTemplate property.
Declaration
public static readonly DependencyProperty SelectedTitleTemplateProperty
Field Value
System.
|
Properties
IsHighlighted
Gets or sets a value indicating whether this instance is highlighted.
Declaration
public bool IsHighlighted { get; set; }
Property Value
System.
|
SelectedPane
Gets or sets the selected pane.
Declaration
public RadPane SelectedPane { get; set; }
Property Value
Rad 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.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
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.
|
Drag
|
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.
|
Drag
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System. The System. |