Table of Contents

Method CreateColorItemWithKind

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

CreateColorItemWithKind(string, string?, Color, IPropertyGridNewItemParams?)

Creates Color property.

public virtual IPropertyGridItem CreateColorItemWithKind(string label, string? name, Color value, IPropertyGridNewItemParams? prm)

Parameters

label string
name string
value Color
prm IPropertyGridNewItemParams

Returns

IPropertyGridItem

Remarks

This function uses EditKindColor to select appropriate property editor.