ExtendedColorConverter Construtores

Definição

Sobrecargas

ExtendedColorConverter()
ExtendedColorConverter(Nullable<Color>, Nullable<Color>)

ExtendedColorConverter()

public:
 ExtendedColorConverter();
public ExtendedColorConverter ();
Public Sub New ()

Aplica-se a

ExtendedColorConverter(Nullable<Color>, Nullable<Color>)

public:
 ExtendedColorConverter(Nullable<System::Drawing::Color> noColor, Nullable<System::Drawing::Color> automaticColor);
public ExtendedColorConverter (System.Drawing.Color? noColor, System.Drawing.Color? automaticColor);
new Microsoft.ReportDesigner.ExtendedColorConverter : Nullable<System.Drawing.Color> * Nullable<System.Drawing.Color> -> Microsoft.ReportDesigner.ExtendedColorConverter
Public Sub New (noColor As Nullable(Of Color), automaticColor As Nullable(Of Color))

Parâmetros

noColor
Nullable<Color>
automaticColor
Nullable<Color>

Aplica-se a