_Inspector.ModifiedFormPages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Pages collection that represents all the pages for the item in the inspector. Read-only.
public:
property System::Object ^ ModifiedFormPages { System::Object ^ get(); };
public object ModifiedFormPages { get; }
Public ReadOnly Property ModifiedFormPages As Object
Property Value
Remarks
The main page and up to five customizable pages can be obtained using the Add(Object) method.