Checks if events to display equals none.

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

Syntax

C#
protected virtual bool IsEnventsToDisplayNone()
Visual Basic
Protected Overridable Function IsEnventsToDisplayNone As Boolean
Visual C++
protected:
virtual bool IsEnventsToDisplayNone()
F#
abstract IsEnventsToDisplayNone : unit -> bool 
override IsEnventsToDisplayNone : unit -> bool 

Return Value

Type: Boolean
True if it is none, False otherwise.

See Also