Back to Devexpress

INativeMdiViewController.ArrangeIcons() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-inativemdiviewcontroller-45371db8.md

latest1.6 KB
Original Source

INativeMdiViewController.ArrangeIcons() Method

Arranges all icons at the bottom of a NativeMdiView.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool ArrangeIcons()
vb
Function ArrangeIcons As Boolean

Returns

TypeDescription
Boolean

true if the operation was successful; otherwise, false.

|

Remarks

An end-user can drag icons (minimized documents) throughout a NativeMdiView. The ArrangeIcons method arranges all icons along the bottom of the View.

See Also

INativeMdiViewController Interface

INativeMdiViewController Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace