This document is archived and information here might be outdated.  Recommended version.


IPage.FormID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPage.FormID Property

The Page form.

[Visual Basic .NET]
Public Property FormID As esriPageFormID
[C#]
public esriPageFormID FormID {get; set;}
[C++]
HRESULT get_FormID(
  esriPageFormID* FormID
);
[C++]
HRESULT put_FormID(
  esriPageFormID FormID
);
[C++]

Parameters FormID [out, retval]
FormID is a parameter of type esriPageFormID FormID [in]
FormID is a parameter of type esriPageFormID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPage Interface

.NET Related Topics

Working with PageLayout elements