EAPUtilGetPageForm Method |
Gets the Form object on which the specified control resides.
.Net Controls need to be added to the form.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static HtmlForm GetPageForm(
Page page
)
Public Shared Function GetPageForm (
page As Page
) As HtmlForm
Parameters
- page
- Type: System.Web.UIPage
The page.
Return Value
Type:
HtmlFormThe form object from the control's page.
See Also