[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.dll)
Version: 7.3.2.0

Syntax

C#
public static Color GetObjectLevelColor(
	BusinessConstants.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
BusinessConstants..::ObjectLevel
The object level

Return Value

The color of the object level

See Also