menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockPreviewMainButtonVS2005 - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockPreviewMainButtonVS2005

    Represents docking manager's floating window and helper frame internal window.

    Inheritance
    System.Object
    DockPreviewMainButtonVS2005
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class DockPreviewMainButtonVS2005 : ContentControl

    Constructors

    DockPreviewMainButtonVS2005()

    Initializes a new instance of the DockPreviewMainButtonVS2005 class.

    Declaration
    public DockPreviewMainButtonVS2005()

    Fields

    CenterButtonActiveSideProperty

    Identifies CenterButtonActiveSide dependency property.

    Declaration
    public static readonly DependencyProperty CenterButtonActiveSideProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    DockTypeProperty

    Identifies DockType dependency property.

    Declaration
    public static readonly DependencyProperty DockTypeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsBottomEnableProperty

    Identifies the IsBottomEnable Dependency Property

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public static readonly DependencyProperty IsBottomEnableProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsDisableCenterProperty

    Identifies IsDisableCenter dependency property.

    Declaration
    public static readonly DependencyProperty IsDisableCenterProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsLeftEnableProperty

    Identifies the IsLeftEnable Dependency Property

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public static readonly DependencyProperty IsLeftEnableProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsRightEnableProperty

    Identifies the IsRightEnable Dependency Property

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public static readonly DependencyProperty IsRightEnableProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsSideButtonActiveProperty

    Identifies IsSideButtonActive dependency property.

    Declaration
    public static readonly DependencyProperty IsSideButtonActiveProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsTabbedEnableProperty

    identifies the IsTabbedEnable Dependency Property

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public static readonly DependencyProperty IsTabbedEnableProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsTopEnableProperty

    Identifies the IsTopEnable Dependency Property

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public static readonly DependencyProperty IsTopEnableProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ParentDockingManagerProperty

    Identifies ParentDockingManager dependency property.

    Declaration
    public static readonly DependencyProperty ParentDockingManagerProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    CenterButtonActiveSide

    Gets or sets the center button active side.

    Declaration
    [Obsolete("This property is obsolete, ActiveSide property is used to handle the active side of the Dock hints instead of this property")]
    public DockSide CenterButtonActiveSide { get; set; }
    Property Value
    Type Description
    DockSide

    The center button active side.

    Child

    Gets or sets the child.

    Declaration
    public FrameworkElement Child { get; set; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The child.

    ChildActualHeight

    Gets the actual height of the child.

    Declaration
    public double ChildActualHeight { get; }
    Property Value
    Type Description
    System.Double

    The actual height of the child.

    ChildActualWidth

    Gets ChildActualWidth of the DockPreviewMainButtonVS2005

    Declaration
    public double ChildActualWidth { get; }
    Property Value
    Type Description
    System.Double

    The actual width of the child.

    DockType

    Gets or sets the type of the dock.

    Declaration
    public DockSide DockType { get; set; }
    Property Value
    Type Description
    DockSide

    The type of the dock.

    IsBottomEnable

    Gets or sets a value indicating whether this instance is bottom enable.

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public bool IsBottomEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is bottom enable; otherwise, false.

    IsDisableCenter

    Gets or sets a value indicating whether this instance is disable center.

    Declaration
    public bool IsDisableCenter { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is disable center; otherwise, false.

    IsLeftEnable

    Gets or sets a value indicating whether this instance is left enable.

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public bool IsLeftEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is left enable; otherwise, false.

    IsOpen

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

    Declaration
    public bool IsOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is open; otherwise, false.

    IsRightEnable

    Gets or sets a value indicating whether this instance is right enable.

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public bool IsRightEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is right enable; otherwise, false.

    IsSideButtonActive

    Gets or sets a value indicating whether this instance is side button active.

    Declaration
    [Obsolete("This property is obsolete, ActiveSide property is used to handle the active side of the Dock hints instead of this property")]
    public bool IsSideButtonActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is side button active; otherwise, false.

    IsTabbedEnable

    Gets or sets a value indicating whether this instance is tabbed enable.

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public bool IsTabbedEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is tabbed enable; otherwise, false.

    IsTopEnable

    Gets or sets a value indicating whether this instance is top enable.

    Declaration
    [Obsolete("This property is obsolete, DockAbility property is used to handle the visibility of the Dock hints instead of this property")]
    public bool IsTopEnable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is top enable; otherwise, false.

    ParentDockingManager

    Gets or sets ParentDockingManager of the DockingManager. This is a dependency property.

    Declaration
    public DockingManager ParentDockingManager { get; set; }
    Property Value
    Type
    DockingManager

    Methods

    OnMouseEnter(MouseEventArgs)

    Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter�attached event is raised on this element. Implement this method to add class handling for this event.

    Declaration
    protected override void OnMouseEnter(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    The System.Windows.Input.MouseEventArgs that contains the event data.

    OnMouseMove(MouseEventArgs)

    Invoked when an unhandled System.Windows.Input.Mouse.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.

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    The System.Windows.Input.MouseEventArgs that contains the event data.

    OnMouseUp(MouseButtonEventArgs)

    Invoked when an unhandled System.Windows.Input.Mouse.MouseUp�routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

    Declaration
    protected override void OnMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the mouse button was released.

    OnPreviewDragOver(DragEventArgs)

    Invoked when an unhandled System.Windows.DragDrop.PreviewDragOver�attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

    Declaration
    protected override void OnPreviewDragOver(DragEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DragEventArgs e

    The System.Windows.DragEventArgs that contains the event data.

    OnPreviewMouseMove(MouseEventArgs)

    Invoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove�attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

    Declaration
    protected override void OnPreviewMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    The System.Windows.Input.MouseEventArgs that contains the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved