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
label
objectText which will be shown next to the editor.
kind
PanelSettingsItemKindvalueSource
IValueSource<object>Source of the value. If Null an internal value container is used.
e
CustomEventArgsAdditional arguments.