Table of Contents
UpdateTargetText Property

Gets or sets a value indicating whether the color picker automatically updates the target control's text when user selects a color.

Syntax
 public Boolean UpdateTargetText { get; set; }
Remarks

When TargetControl is a TextBox control, its Text is always updated regardless the value of this property.

See Also