Plumtree UI Infrastructure API  
 

HTMLPage.SetFrameSet Method 

Call this method to set the frameset of this page. This object will not display until this method is called with a valid HTMLFrameSet object, or SetBody() is called with valid HTMLBody object.

A valid HTMLPage can have either an HTMLFrameSet or an HTMLBody, it can neither have both nor neither.

public virtual void SetFrameSet(
   HTMLFrameSet fs
);

See Also

HTMLPage Class | com.plumtree.xpshared.htmlelements Namespace