Skip to content

API ToolStrip

Thomas Baker edited this page Jul 5, 2021 · 1 revision

ToolStripExtensions

public static class ToolStripExtensions

Summary

Members

Items

public static TToolStrip Items<TToolStrip>(this TToolStrip strip, params ToolStripItem[] items)
    where TToolStrip : ToolStrip

See Also

  • public class ToolStrip : ScrollableControl
  • public abstract class ToolStripItem : Component
  • public class TToolStrip : ToolStrip