Table of Contents

Method CreateColorItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateColorItem(string, string?, Color, IPropertyGridNewItemParams?)

Creates Color property.

IPropertyGridItem CreateColorItem(string label, string? name, Color value, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value Color

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).