ExtendedColorConverter Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| ExtendedColorConverter() | |
| ExtendedColorConverter(Nullable<Color>, Nullable<Color>) |
ExtendedColorConverter()
public:
ExtendedColorConverter();
public ExtendedColorConverter ();
Public Sub New ()
S’applique à
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))