Checks if the BasePart wrapped by the WebPart instance is visible If it is not visible (ususally because the current user doesn't have rights to see it), the chrome should NOT be rendered at all

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

Syntax

C#
protected bool IsPartVisible(
	WebPart webpart
)
Visual Basic
Protected Function IsPartVisible ( 
	webpart As WebPart
) As Boolean
Visual C++
protected:
bool IsPartVisible(
	WebPart^ webpart
)
F#
member IsPartVisible : 
        webpart : WebPart -> bool 

Parameters

webpart
Type: System.Web.UI.WebControls.WebParts..::..WebPart
Web part that serves as a container for the BasePart MonoX instance

Return Value

Type: Boolean

See Also