MsoControlOLEUsage Enumeration
Specifies the OLE client and OLE server roles in which a command bar control is used when two Microsoft Office applications are merged.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoControlOLEUsage
'Usage
Dim instance As MsoControlOLEUsage
public enum MsoControlOLEUsage
Members
Member name | Description | |
---|---|---|
msoControlOLEUsageNeither | Control runs on neither client nor server. | |
msoControlOLEUsageServer | Server-only control. | |
msoControlOLEUsageClient | Client-only control. | |
msoControlOLEUsageBoth | Control runs on both client and server. |