Table of Contents

Method ShowEllipsisButton

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

ShowEllipsisButton(Type, string, bool)

Shows or hides ellipsis button in the property editor.

public static IPropertyGridPropInfoRegistry ShowEllipsisButton(Type type, string propName, bool value = true)

Parameters

type Type

Type which contains the property.

propName string

Property name.

value bool

true to show ellipsis button, false to hide it.

Returns

IPropertyGridPropInfoRegistry

IPropertyGridPropInfoRegistry item for the property specified in propName.