com.esri.arcgis.framework
Interface IPropertyPageSite

All Superinterfaces:
Serializable
All Known Implementing Classes:
ColorPageSite, ComPropertyPageSite, ComPropertySheet, IPropertyPageSiteProxy

public interface IPropertyPageSite
extends Serializable

Description

IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void getLocaleID(int[] pLocaleID)
          getLocaleID
 void getPageContainer(Object[] ppUnk)
          getPageContainer
 void onStatusChange(int dwFlags)
          onStatusChange
 void translateAccelerator(tagMSG pMsg)
          translateAccelerator
 

Method Detail

onStatusChange

void onStatusChange(int dwFlags)
                    throws IOException,
                           AutomationException
onStatusChange

Description

IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getLocaleID

void getLocaleID(int[] pLocaleID)
                 throws IOException,
                        AutomationException
getLocaleID

Description

IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pLocaleID - The pLocaleID (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPageContainer

void getPageContainer(Object[] ppUnk)
                      throws IOException,
                             AutomationException
getPageContainer

Description

IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
ppUnk - A reference to another Object (IUnknown) (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

translateAccelerator

void translateAccelerator(tagMSG pMsg)
                          throws IOException,
                                 AutomationException
translateAccelerator

Description

IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pMsg - A Structure: com.esri.arcgis.framework.tagMSG (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.