MsoControlOLEUsage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
msoControlOLEUsageNeither | 0 | Control runs on neither client nor server. |
msoControlOLEUsageServer | 1 | Server-only control. |
msoControlOLEUsageClient | 2 | Client-only control. |
msoControlOLEUsageBoth | 3 | Control runs on both client and server. |