Back to Devexpress

XtraTabbedMdiManager.ShowFloatingDropHint Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-1398ce74.md

latest3.2 KB
Original Source

XtraTabbedMdiManager.ShowFloatingDropHint Property

Gets or sets whether hints are displayed to indicate positions when a floating page is being dragged-and-dropped onto the XtraTabbedMdiManager‘s header region.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ShowFloatingDropHint { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowFloatingDropHint As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true if the hints are enabled; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

To allow pages to be made floating, use the XtraTabbedMdiManager.FloatOnDrag property. The ShowFloatingDropHint property enables hints that help an end-user decide where to dock a floating page, when performing a drag-and-drop over the XtraTabbedMdiManager’s header area.

The DefaultBoolean.Default value assigned to the ShowFloatingDropHint property is interpreted as DefaultBoolean.True.

If the ShowFloatingDropHint property is set to False , a dragged floating page that is hovered over the XtraTabbedMdiManager’s header area for a specified duration, is automatically docked to the XtraTabbedMdiManager. This delay is specified by the XtraTabbedMdiManager.FloatMDIChildDockDelay property.

See Also

FloatOnDrag

FloatMDIChildDockDelay

Floating Pages

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace