ArcObjects Library Reference (Controls)  

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(
  LPUNKNOWN* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type LPUNKNOWN

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