com.esri.arcgis.framework
Interface IDockableWindowHelpNotify
- All Superinterfaces:
- Serializable
public interface IDockableWindowHelpNotify
- extends Serializable
Provides access to members that define and control a dockable window.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
void |
onHelpClick(int x,
int y)
onHelpClick |
onHelpClick
void onHelpClick(int x,
int y)
throws IOException,
AutomationException
- onHelpClick
Product Availability
Available with ArcGIS Desktop.
- Parameters:
x
- The x (in)y
- The y (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.