-
Notifications
You must be signed in to change notification settings - Fork 2
API ToolStrip
Thomas Baker edited this page Jul 5, 2021
·
1 revision
public static class ToolStripExtensions
public static TToolStrip Items<TToolStrip>(this TToolStrip strip, params ToolStripItem[] items)
where TToolStrip : ToolStrip
- public class ToolStrip : ScrollableControl
- public abstract class ToolStripItem : Component
- public class TToolStrip : ToolStrip