###User Defined Function###
_IEIsFrameSet

###Description###
Checks to see if the specified Window contains a FrameSet.

###Syntax###
#include <IE.au3>
_IEIsFrameSet ( ByRef $o_object )


###Parameters###
@@ParamTable@@
$o_object
	Object variable of an InternetExplorer.Application, Window or Frame object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1 if the object references a FrameSet page.
Failure:	0 and sets the @error flag to non-zero.
@error:	2 ($_IEStatus_COMError) - COM Error in Object reference
	3 ($_IEStatus_InvalidDataType) - Invalid Data Type
@extended:	Contains invalid parameter number
@@End@@


###Remarks###
<a href="_IEFrameGetCollection.htm">_IEFrameGetCollection()</a> does not specify whether the referenced frames are part of a FrameSet or whether they are iFrames.
If frames exist on a page and this function return False, then the frames are iFrames.


###Related###
_IEFrameGetCollection


###Example###
@@IncludeExample@@
