This document is archived and information here might be outdated.  Recommended version.


ICustomizeDialog.DoubleClickDestination Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.DoubleClickDestination Property
ArcGIS Developer Help

ICustomizeDialog.DoubleClickDestination Property

The ToolbarControl commands are added to when double clicked.

[Visual Basic .NET]
Public ReadOnly Property DoubleClickDestination As Object
[C#]
public object DoubleClickDestination {get;}
[C++]
HRESULT get_DoubleClickDestination(
  IUnknown Pointer* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IUnknown*

Product Availability

Available with ArcGIS Engine.

Description

The ToolbarControl passed to the SetDoubleClickDestination method that new items will be added to when an ICommand, IMenuDef, IPaletteDef or IToolbarDef object is double clicked upon in the CustomizeDialog window.

See Also

ICustomizeDialog Interface