Skip to main content
A newer version of this page is available. .

XtraMdiTabPage.GetImage(Form) Method

Gets the specified form’s icon (Form.Icon) in Image format.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static Image GetImage(
    Form mdiChild
)

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