ColorDialog
Wisej.Web.ColorDialog
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
public class ColorDialog : CommonDialogPublic Class ColorDialog
    Inherits CommonDialogConstructors
 ColorDialog()
 ColorDialog()
 ColorDialog()
 ColorDialog()Initializes a new instance of ColorDialog.
 ColorDialog(container)
 ColorDialog(container)
 ColorDialog(container)
 ColorDialog(container)Initializes a new instance of the ColorDialog extender with a specified container.
Name
Type
Description
Properties
 Color
 Color
 Color
 ColorColor: Returns or sets the color selected by the user. (Default: Color [Empty])
 CustomColors
 CustomColors
 CustomColors
 CustomColorsColor[]: Returns or sets the set of custom colors shown in the dialog box. (Default: null)
Methods
 CreateUI()
 CreateUI()
 CreateUI()
 CreateUI()Returns: Form.
 Reset()
 Reset()
 Reset()
 Reset()Resets all properties to their default values.
Last updated
Was this helpful?

