This document is archived and information here might be outdated. Recommended version. |
Sets the ToolbarControl commands are added to when double clicked.
[Visual Basic .NET]
Public Sub SetDoubleClickDestination ( _
ByVal pToolbarControl As Object _
)
[C#]
public void SetDoubleClickDestination (
object pToolbarControl
);
[C++]
HRESULT SetDoubleClickDestination(
LPUNKNOWN pToolbarControl
);
[C++] Parameters pToolbarControl [in]
pToolbarControl is a parameter of type IUnknown
Determines the ToolbarControl that new items will be added to when an ICommand, IMenuDef, IPaletteDef or IToolbarDef object is double clicked upon in the CustomizeDialog.
1037 800a040d: Destination must be a ToolbarControl