Class DockPreviewMainButtonVS2005
Represents docking manager's floating window and helper frame internal window.
Inheritance
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
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
public static readonly DependencyProperty IsLeftEnableProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsRightEnableProperty
Identifies the IsRightEnable Dependency Property
Declaration
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
public static readonly DependencyProperty IsTabbedEnableProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsTopEnableProperty
Identifies the IsTopEnable Dependency Property
Declaration
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
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
public bool IsBottomEnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
|
IsLeftEnable
Gets or sets a value indicating whether this instance is left enable.
Declaration
public bool IsLeftEnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsOpen
Gets or sets a value indicating whether this instance is open.
Declaration
public bool IsOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsRightEnable
Gets or sets a value indicating whether this instance is right enable.
Declaration
public bool IsRightEnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSideButtonActive
Gets or sets a value indicating whether this instance is side button active.
Declaration
public bool IsSideButtonActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsTabbedEnable
Gets or sets a value indicating whether this instance is tabbed enable.
Declaration
public bool IsTabbedEnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsTopEnable
Gets or sets a value indicating whether this instance is top enable.
Declaration
public bool IsTopEnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |