Skip to content

net472_PropertyGridHelpers.UIEditors_ResourcePathEditor_GetEditStyle

dparvin edited this page Jul 5, 2025 · 11 revisions

ResourcePathEditor.GetEditStyle method

Returns the editing style of the editor, which is DropDown.

public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
parameter description
context The editing context.

Return Value

Always DropDown.

See Also

Clone this wiki locally