Back to Devexpress

INativeMdiViewController.Maximize(Document) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-inativemdiviewcontroller-dot-maximize-x28-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-document-x29.md

latest1.8 KB
Original Source

INativeMdiViewController.Maximize(Document) Method

Maximizes the target Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool Maximize(
    Document document
)
vb
Function Maximize(
    document As Document
) As Boolean

Parameters

NameTypeDescription
documentDocument

A Boolean to be maximized.

|

Returns

TypeDescription
Boolean

true if the Document was successfully maximized; otherwise, false.

|

See Also

INativeMdiViewController Interface

INativeMdiViewController Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace