com.esri.arcgis.framework
Interface IPropertyPageSiteConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
ComPropertyPageSite

public interface IPropertyPageSiteConfig
extends Serializable

Provides access to members that configure a property page site.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getHWnd()
          The window handle of the site.
 IPropertyPage getPage()
          The page contained by the site.
 void setHWnd(int hWnd)
          The window handle of the site.
 void setPageByRef(IPropertyPage page)
          The page contained by the site.
 

Method Detail

setHWnd

void setHWnd(int hWnd)
             throws IOException,
                    AutomationException
The window handle of the site.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
hWnd - The hWnd (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHWnd

int getHWnd()
            throws IOException,
                   AutomationException
The window handle of the site.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The hWnd
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageByRef

void setPageByRef(IPropertyPage page)
                  throws IOException,
                         AutomationException
The page contained by the site.

Product Availability

Available with ArcGIS Desktop.

Parameters:
page - A reference to a com.esri.arcgis.framework.IPropertyPage (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPage

IPropertyPage getPage()
                      throws IOException,
                             AutomationException
The page contained by the site.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.framework.IPropertyPage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.