[This is preliminary documentation and is subject to change.]

Gets the color corresponding to the various object levels. This is used to display various object types on the screen.

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static Color GetObjectLevelColor(
	BusinessConstants..::.ObjectLevel ol
)
Visual Basic (Declaration)
Public Shared Function GetObjectLevelColor ( _
	ol As BusinessConstants..::.ObjectLevel _
) As Color
Visual C++
public:
static Color GetObjectLevelColor(
	BusinessConstants..::.ObjectLevel ol
)

Parameters

ol
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectLevel
The object level

Return Value

The color of the object level

See Also