RadControls for WinForms

Represents a dialog that can be used to select color with rich UI and extended functionality.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
[DefaultPropertyAttribute("SelectedColor")]
[TelerikToolboxCategoryAttribute("RadControls - Dialogs")]
public class RadColorDialog : CommonDialog
Visual Basic
<DefaultPropertyAttribute("SelectedColor")> _
<TelerikToolboxCategoryAttribute("RadControls - Dialogs")> _
Public Class RadColorDialog _
	Inherits CommonDialog

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..CommonDialog
        Telerik.WinControls..::..RadColorDialog

See Also