MsoControlOLEUsage Enum

Definition

Specifies the OLE client and OLE server roles in which a command bar control is used when two Microsoft Office applications are merged.

public enum class MsoControlOLEUsage
public enum MsoControlOLEUsage
type MsoControlOLEUsage = 
Public Enum MsoControlOLEUsage
Inheritance
MsoControlOLEUsage

Fields

msoControlOLEUsageBoth 3

Control runs on both client and server.

msoControlOLEUsageClient 2

Client-only control.

msoControlOLEUsageNeither 0

Control runs on neither client nor server.

msoControlOLEUsageServer 1

Server-only control.

Applies to