ExtendedColorConverter Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ExtendedColorConverter()
public:
ExtendedColorConverter();
public ExtendedColorConverter();
Public Sub New ()
Si applica 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))