ExtendedColorConverter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExtendedColorConverter() | |
ExtendedColorConverter(Nullable<Color>, Nullable<Color>) |
ExtendedColorConverter()
public:
ExtendedColorConverter();
public ExtendedColorConverter ();
Public Sub New ()
Applies to
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))