This interface is exposed by the Forms Manager object , and provides methods that enable an application to manage its forms.
Method |
Description |
IASActiveForms::get_Count | Retrieves the number of active forms for the application. |
IASActiveForms::GetFocus | Retrieves a pointer to the form that currently has the focus |
IASActiveForms::Item | Retrieves a pointer to an active form specified by its index. |
IASActiveForms::ItemFromID | Retrieves a pointer to an active form specified by its identifier. |
IASActiveForms::SetFocus | Sets the focus to a specified form. |
The IASActiveForms interface extends the IDispatch interface.