Method CreateStringItemWithKind
CreateStringItemWithKind(string, string?, string?, IPropertyGridNewItemParams?)
Creates string property.
public virtual IPropertyGridItem CreateStringItemWithKind(string label, string? name, string? value, IPropertyGridNewItemParams? prm)
Parameters
label
stringname
stringvalue
stringprm
IPropertyGridNewItemParams
Returns
Remarks
This function uses EditKindString to select appropriate property editor.