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