Table of Contents
TargetControl Property

Gets or sets the ID of the target control of this color picker. The target control must be either a Label, a TextBox or a Panel control.

Syntax
 public String TargetControl { get; set; }
See Also