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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Office.Win
Declaration
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