RadEditor for ASP.NET

RadEditor Send comments on this topic.
AllowCustomColors Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : AllowCustomColors Property


Gets or sets the value indicating whether the user should be allowed to add custom colors to any color picker palette.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property AllowCustomColors As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Boolean
 
instance.AllowCustomColors = value
 
value = instance.AllowCustomColors
C# 
public bool AllowCustomColors {get; set;}

Return Value

true when the user can add custom colors to color pickers; otherwise false. The default value is true.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also