Method CreateFilenameItem
CreateFilenameItem(string, string?, string?, IPropertyGridNewItemParams?)
Creates string property with ellipsis button which opens FileDialog when pressed.
IPropertyGridItem CreateFilenameItem(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 filename and attached FileDialog, you can use SetPropertyKnownAttribute(IPropertyGridItem, PropertyGridItemAttrId, object?, PropertyGridItemValueFlags) for DialogTitle, InitialPath, ShowFullPath, Wildcard attributes.