PdfWebControlLiteEnableHtmlColorInput Property |
Gets or sets a value indicating whether a user can input an HTML color directly in the
PdfWebControlLite color picker.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool EnableHtmlColorInput { get; set; }
Public Property EnableHtmlColorInput As Boolean
Get
Set
Property Value
Type:
Booleantrue if the input box should be shown; otherwise
false. The default value is
false.
Remarksfalse is the default state of this property
See Also