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