5 writes to Active
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (4)
2793
activeMdiChild.
Active
= false;
2802
activeMdiChild.
Active
= true;
3383
activeMdiChild.
Active
= false;
6519
Active
= m.WParamInternal.LOWORD != PInvoke.WA_INACTIVE;
System\Windows\Forms\MDI\MDIClient.cs (1)
355
childForm.
Active
= true;
4 references to Active
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
245
return parentForm.ActiveControl == this && parentForm.
Active
;
2804
else if (
Active
)
4079
if (!DesignMode && Enabled &&
Active
)
6520
Application.FormActivated(Modal,
Active
);