Indicates if catalog icon images are shown for Web parts.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool ShowCatalogIconImages { get; }
Visual Basic
Public Shared ReadOnly Property ShowCatalogIconImages As Boolean
	Get
Visual C++
public:
static property bool ShowCatalogIconImages {
	bool get ();
}
F#
static member ShowCatalogIconImages : bool with get

Property Value

Type: Boolean
true if [show catalog icon images]; otherwise, false.

See Also