Table of Contents

Method CreateBoolProperty

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

CreateBoolProperty(string, string, bool)

Creates boolean property.

PropertyGridItemHandle CreateBoolProperty(string label, string name, bool value)

Parameters

label string

Property label.

name string

Property name.

value bool

Property value.

Returns

PropertyGridItemHandle

Handle to the item.