ImageIndexConverter.IncludeNoneAsStandardValue Property

Definition

Gets a value that indicates whether a none or null value is valid in the TypeConverter.StandardValuesCollection collection.

protected:
 virtual property bool IncludeNoneAsStandardValue { bool get(); };
protected virtual bool IncludeNoneAsStandardValue { get; }
member this.IncludeNoneAsStandardValue : bool
Protected Overridable ReadOnly Property IncludeNoneAsStandardValue As Boolean

Property Value

true if a none or null value is valid in the standard values collection; otherwise, false.

Remarks

This property always returns true, but this behavior can be overriden in derived classes.

Applies to