Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v21.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