ListViewItemStateImageIndexConverter.IncludeNoneAsStandardValue 属性

定义

获取一个值,该值指示 null 值在 TypeConverter.StandardValuesCollection 集合中是否有效。

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

属性值

Boolean

始终返回 false 以指示值 null 在标准值集合中无效。

注解

none 是在控件 UI 中显示标准值时使用的显示名称,对应于值 null

适用于