C# Class Xwt.SelectColorDialog

Show file Open project: TheBrainTech/xwt Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Run ( Xwt.WindowFrame parentWindow, Action colorChangedCallback ) : bool

Shows the dialog.

SelectColorDialog ( ) : System
SelectColorDialog ( string title ) : System

Initializes a new instance of the Xwt.SelectColorDialog class.

Method Details

Close() public method

public Close ( ) : void
return void

Run() public method

Shows the dialog.
public Run ( Xwt.WindowFrame parentWindow, Action colorChangedCallback ) : bool
parentWindow Xwt.WindowFrame
colorChangedCallback Action
return bool

SelectColorDialog() public method

public SelectColorDialog ( ) : System
return System

SelectColorDialog() public method

Initializes a new instance of the Xwt.SelectColorDialog class.
public SelectColorDialog ( string title ) : System
title string /// Title of the dialog ///
return System