Skip to content

GetDispatch Method

Description

Used in .NET to retrieve the self object.

Syntax

Public Function GetDispatch() As Object

Remarks

This method is used in .NET only. It must be used with the DockingPaneManager.SetCommandBars method when both CommandBars and DockingPanes are used on the same form.

Example

GetDispatch Sample (Visual Basic)

This sample illustrates how to retrieve the CommandBars self object.

DockingPaneManager.SetCommandBars(CommandBars.GetDispatch)

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.