Defines if Web parts can be closed - in that state they are rendered on a page, but are not visible to the user.

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

Syntax

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

Property Value

Type: Boolean
true if [allow close verb]; otherwise, false.

See Also