XtraMdiTabPage.GetImage(Form) Method
Gets the specified form’s icon (Form.Icon) in Image format.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
mdiChild | Form | A Form whose icon needs to be converted. |
Returns
Type | Description |
---|---|
Image | A Image object to which the form’s icon is converted. null if no icon is assigned to the form. |
See Also