IDocumentSite Members
Include Protected Members
Include Inherited Members
Maintains information and supplies methods for the parent object of the document.
The IDocumentSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
ActivateObject | Activates the document object. | |
GetCompiler | Returns the requested interface of the compiler for the document. | |
GetSite | Returns the IServiceProvider interface for the document site. Typically returns the value set by SetSite. | |
IsObjectShowable | Indicates whether or not the object is showable. | |
SetSite | Sets the IServiceProvider interface for the document site. |
Top