Xceed Docking Windows for WinForms v2.3 Documentation
ShowDragHints Property (TabbedMdiTabStripAppearance)


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiTabStripAppearance Class : ShowDragHints Property
Gets or sets a value indicating if drag-hints are displayed when reordering tabs in a tabbed-mdi tabstrip.
Syntax
'Declaration
 
<DefaultValueAttribute()>

<DescriptionAttribute("Indicates if the drag-hints are displayed when reordering the tabs contained in the MDI tabstrip.")>

<CategoryAttribute("Appearance")>

Public Property ShowDragHints As Boolean
'Usage
 
Dim instance As TabbedMdiTabStripAppearance

Dim value As Boolean

 

instance.ShowDragHints = value

 

value = instance.ShowDragHints
[DefaultValue()]

[Description("Indicates if the drag-hints are displayed when reordering the tabs contained in the MDI tabstrip.")]

[Category("Appearance")]

public bool ShowDragHints {get; set;}

Property Value

true if drag-hints are displayed when reordering tabs in a tabbed-mdi tabstrip; false otherwise. By default, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabbedMdiTabStripAppearance Class
TabbedMdiTabStripAppearance Members