Table of Contents

Method CreateStringItemWithKind

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

CreateStringItemWithKind(string, string?, string?, IPropertyGridNewItemParams?)

Creates string property.

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

Parameters

label string
name string
value string
prm IPropertyGridNewItemParams

Returns

IPropertyGridItem

Remarks

This function uses EditKindString to select appropriate property editor.