xtd 0.2.0
Loading...
Searching...
No Matches

◆ activate()

void xtd::forms::form::activate ( )

Activates the form and gives it focus.

Remarks
Activating a form brings it to the front if this is the active application, or it flashes the window caption if this is not the active application. The form must be visible for this method to have any effect. To determine the active form in an application, use the active_form property or the active_mdi_child property if your forms are in a Multiple-document interface (MDI) application.