Table of Contents

Method CreateImageFilenameItem

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

CreateImageFilenameItem(string, string?, string?, IPropertyGridNewItemParams?)

Creates string property with ellipsis button which opens FileDialog when pressed.

public virtual IPropertyGridItem CreateImageFilenameItem(string label, string? name = null, string? value = null, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value string

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).

Remarks