namespace Pilz.UI.WinForms.Features; [Flags] public enum FeatureInsertPosition { None = 0, Default = 1, Top = 2, Bottom = 3, All = int.MaxValue, }