This document is archived and information here might be outdated. Recommended version. |
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*
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.