Share via


CommandBarPopup.OLEUsage Property

Returns or sets the OLE client and OLE server roles in which a command bar control will be used when two Microsoft Office applications are merged.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property OLEUsage As MsoControlOLEUsage
    Get
    Set
'Usage
Dim instance As CommandBarPopup
Dim value As MsoControlOLEUsage

value = instance.OLEUsage

instance.OLEUsage = value
MsoControlOLEUsage OLEUsage { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoControlOLEUsage

Implements

CommandBarControl.OLEUsage

Remarks

This property is intended to allow you to specify how individual add-in applications' command bar controls will be represented in one Office application when it is merged with another Office application. If both the client and server implement command bars, the command bar controls are embedded in the client control by control. Custom controls marked as client-only (or neither client nor server) are dropped from the server, and controls marked as server-only (or neither server nor client) are dropped from the client. The remaining controls are merged.

If one of the merging applications isn't an Office application, normal OLE menu merging is used, which is controlled by the OLEMenuGroup property.

See Also

Reference

CommandBarPopup Interface

CommandBarPopup Members

OLEUsage Overload

Microsoft.Office.Core Namespace