|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyPageSite
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface.
Method Summary | |
---|---|
void |
getLocaleID(int[] pLocaleID)
getLocaleID |
void |
getPageContainer(Object[] ppUnk)
getPageContainer |
void |
onStatusChange(int dwFlags)
onStatusChange |
void |
translateAccelerator(tagMSG pMsg)
translateAccelerator |
Method Detail |
---|
void onStatusChange(int dwFlags) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
dwFlags
- The dwFlags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getLocaleID(int[] pLocaleID) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
pLocaleID
- The pLocaleID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getPageContainer(Object[] ppUnk) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
ppUnk
- A reference to another Object (IUnknown) (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void translateAccelerator(tagMSG pMsg) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface.
pMsg
- A Structure: com.esri.arcgis.framework.tagMSG (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |