Skip to content

AnchorablePaneTitle

Dirkster99 edited this page Feb 4, 2020 · 10 revisions

This control defines the Title area of a LayoutAnchorableControl. It is used to show a title bar with docking window buttons to let users interact via click or drag & drop with the LayoutAnchorable.

This control is used via Style Defintion in other controls:

See also LayoutDocumentTabItem

Properties

Public Properties

Property Description
LayoutAnchorable Model Gets/sets the Model property. This dependency property indicates model attached to this view.
LayoutItem LayoutItem Gets the LayoutItem property. This dependency property indicates the LayoutItem attached to this tag item.

Methods

Methods

Protected Methods

OnModelChanged

  • protected virtual void OnModelChanged( DependencyPropertyChangedEventArgs e )
    • Provides derived classes an opportunity to handle changes to the Model property.

SetLayoutItem

  • protected void SetLayoutItem( LayoutItem value )
    • Provides a secure method for setting the LayoutItem property. This dependency property indicates the LayoutItem attached to this tag item.

OnMouseMove

  • protected override void OnMouseMove( System.Windows.Input.MouseEventArgs e )
    • Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from Control)

OnMouseLeave

  • protected override void OnMouseLeave( System.Windows.Input.MouseEventArgs e )
    • Invoked when an unhandled MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from Control)

OnMouseLeftButtonDown

  • protected override void OnMouseLeftButtonDown( System.Windows.Input.MouseButtonEventArgs e )
    • Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from Control)

OnMouseLeftButtonUp

  • protected override void OnMouseLeftButtonUp( System.Windows.Input.MouseButtonEventArgs e )
    • Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from Control)

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally