Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ColorPicker.AutoPostBack Property

Gets or sets a boolean indicating whether the color picker automatically posts back when user selects a color.

[Visual Basic]
Public Property AutoPostBack As Boolean
[C#]
public Boolean AutoPostBack {get; set;}

Remarks

By default, this property is set to false and the color picker does not automatically post back to server. You can set it to true to instruct the color picker to automatically post back to the server when user select a color.

See Also

ColorPicker Class | EO.Web Namespace


Direct link to this topic