Skip to main content
.NET 6.0+

OfficeWindowsFormsModule.FindOfficeModule(ModuleList) Method

Checks whether the specified module list contains the OfficeWindowsFormsModule, and returns the module if so.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v23.2.dll

Declaration

public static OfficeWindowsFormsModule FindOfficeModule(
    ModuleList modules
)

Parameters

Name Type Description
modules DevExpress.ExpressApp.ModuleList

A ModuleList object that is a collection of modules.

Returns

Type Description
OfficeWindowsFormsModule

An OfficeWindowsFormsModule object that is the Office Module.

See Also