Gets or sets a value indicating whether user can rate or not.

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

Syntax

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

Return Value

Type: Boolean

See Also