Class
PaneHeader

This class represents the header of a selected pane.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class PaneHeader : Control

Inheritance: objectPaneHeader

Constructors

PaneHeader()

Initializes a new instance of the PaneHeader class.

Declaration

cs-api-definition
public PaneHeader()

Fields

IsHighlightedProperty

Identifies the IsHighlighted property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsHighlightedProperty

Field Value

DependencyProperty

SelectedPaneProperty

Identifies the SelectedPane dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedPaneProperty

Field Value

DependencyProperty

SelectedTitleTemplateProperty

Identifies the SelectedTitleTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedTitleTemplateProperty

Field Value

DependencyProperty

Properties

IsHighlighted

Gets or sets a value indicating whether this instance is highlighted.

Declaration

cs-api-definition
public bool IsHighlighted { get; set; }

Property Value

bool

True if this instance is highlighted; otherwise, false.

SelectedPane

Gets or sets the selected pane.

Declaration

cs-api-definition
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 .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
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

cs-api-definition
protected virtual void OnDragDropCompleted(object sender, DragDropCompletedEventArgs e)

Parameters

sender

object

e

DragDropCompletedEventArgs

OnDragInitialize(object, DragInitializeEventArgs)

Occurs when the input system reports an underlying drag event with this element as the drag origin.

Declaration

cs-api-definition
protected virtual void OnDragInitialize(object sender, DragInitializeEventArgs e)

Parameters

sender

object

e

DragInitializeEventArgs

OnInitialized(EventArgs)

Raises the event and sets from the active theme.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnMouseLeftButtonDown(MouseButtonEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

The MouseButtonEventArgs instance containing the event data.