Frameset.ParentFrameset 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 a Frameset object that represents the parent of the specified Frameset object on a frames page.
public:
property Microsoft::Office::Interop::Word::Frameset ^ ParentFrameset { Microsoft::Office::Interop::Word::Frameset ^ get(); };
public Microsoft.Office.Interop.Word.Frameset ParentFrameset { get; }
member this.ParentFrameset : Microsoft.Office.Interop.Word.Frameset
Public ReadOnly Property ParentFrameset As Frameset