Method CreateItemCore
CreateItemCore(object, PanelSettingsItemKind, IValueSource<object>?, CustomEventArgs?)
Creates item with the specified parameters.
protected virtual PanelSettingsItem CreateItemCore(object label, PanelSettingsItemKind kind, IValueSource<object>? valueSource, CustomEventArgs? e)
Parameters
labelobjectText which will be shown next to the editor.
kindPanelSettingsItemKindvalueSourceIValueSource<object>Source of the value. If Null an internal value container is used.
eCustomEventArgsAdditional arguments.