Method CreateDirItem
CreateDirItem(string, string?, string?, IPropertyGridNewItemParams?)
Creates string property with ellipsis button which opens SelectDirectoryDialog when pressed.
public virtual IPropertyGridItem CreateDirItem(string label, string? name = null, string? value = null, IPropertyGridNewItemParams? prm = null)
Parameters
labelstringProperty label.
namestringProperty name.
valuestringDefault property value.
prmIPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem?, IPropertyGridItem?).
Remarks
In order to setup folder name and attached SelectDirectoryDialog, you can use SetPropertyKnownAttribute(IPropertyGridItem, PropertyGridItemAttrId, object?, PropertyGridItemValueFlags) for DialogTitle, InitialPath, ShowFullPath attributes.