DevColorDialog Class

A extended ColorDialog dialog box.

Definition

Namespace: DevCase.UI.Controls
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ToolboxBitmapAttribute(typeof(ColorDialog), "ColorDialog.bmp")]
[DefaultPropertyAttribute("Color")]
[DefaultEventAttribute("SelectedColorChanged")]
public class DevColorDialog : ColorDialog
Inheritance
Object    MarshalByRefObject    Component    CommonDialog    ColorDialog    DevColorDialog

Constructors

DevColorDialog Initializes a new instance of the DevColorDialog class.

Properties

AllowFullOpen Gets or sets a value indicating whether the user can use the dialog box to define custom colors.
(Inherited from ColorDialog)
AnyColor Gets or sets a value indicating whether the dialog box displays all available colors in the set of basic colors.
(Inherited from ColorDialog)
Color Gets or sets the color selected by the user.
(Inherited from ColorDialog)
Container Gets the IContainer that contains the Component.
(Inherited from Component)
CustomColors Gets or sets the set of custom colors shown in the dialog box.
(Inherited from ColorDialog)
FullOpen Gets or sets a value indicating whether the custom color section of the dialog box is initially displayed.
(Overrides ColorDialogFullOpen)
Location Gets or sets the location, in screen coordinates, of the dialog window.
Parent Gets or sets the parent container of this DevColorDialog window.
ShowHelp Gets or sets a value indicating whether a Help button appears in the color dialog box.
(Inherited from ColorDialog)
Site Gets or sets the ISite of the Component.
(Inherited from Component)
SolidColorOnly Gets or sets a value indicating whether the dialog box will restrict users to selecting solid colors only.
(Inherited from ColorDialog)
StartPosition Gets or sets the position of the dialog window when it first appears.
Tag Gets or sets an object that contains data about the control.
(Inherited from CommonDialog)
Text Gets or sets the text that will be shown on the titlebar of the dialog window.

Methods

CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Dispose Releases all resources used by the Component.
(Inherited from Component)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
GetType Gets the Type of the current instance.
(Inherited from Object)
InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Reset Resets all options to their default values, the last selected color to black, and the custom colors to their default values.
(Inherited from ColorDialog)
ShowDialog Runs a common dialog box with a default owner.
(Inherited from CommonDialog)
ShowDialog(IWin32Window) Runs a common dialog box with the specified owner.
(Inherited from CommonDialog)
ToString Returns a string that represents the ColorDialog.
(Inherited from ColorDialog)

Events

Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
HelpRequest Occurs when the user clicks the Help button on a common dialog box.
(Inherited from CommonDialog)
SelectedColorChanged Occurs when the current selected color has changed.

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

GetEvent Gets a EventInfo that match the specified event name declared in the source Component.
(Defined by ComponentExtensions)
GetEventHandlers Gets all the delegates associated to the specified event raised by the source Component.
(Defined by ComponentExtensions)
GetEvents Gets all the events declared in the source Component.
(Defined by ComponentExtensions)
GetSubscribedEvents Gets a list of events declared in the source Component that are subscribed to a event-handler.
(Defined by ComponentExtensions)
InvokeUITypeEditorT Invokes the default UITypeEditor to edit the specified property.
(Defined by ComponentExtensions)
InvokeUITypeEditorT Invokes the default UITypeEditor to edit the specified property.
(Defined by ComponentExtensions)
IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)
TryGetEvent Tries to get a EventInfo that match the specified event name declared in the source Component.
(Defined by ComponentExtensions)

See Also