This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.DoubleClickDestination Property (ArcObjects .NET 10.4 SDK) |
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
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.