Launches the HTML Color Picker to allow the user to select a color.
[Visual Basic] Function BuildColor( _ ByVal owner As Control, _ ByVal initialColor As String _ ) As String [C#] string BuildColor( Control owner, string initialColor ); [C++] String* BuildColor( Control* owner, String* initialColor ) = 0; [JScript] function BuildColor( owner : Control, initialColor : String ) : String;
The return string.
IWebFormsBuilderService Interface | IWebFormsBuilderService Members | System.Web.UI.Design Namespace