Table of Contents

Method CreateBoolItem

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

CreateBoolItem(string, string?, bool, IPropertyGridNewItemParams?)

Creates bool property.

IPropertyGridItem CreateBoolItem(string label, string? name = null, bool value = false, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value bool

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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