Skip to content

ToolBar

ProGraMajster edited this page Mar 28, 2026 · 1 revision

ToolBar

← Back to Control Inventory

Summary

Represents a ToolBar control.

Example

var toolBar = new ToolBar();
// Add toolbar items and attach it to a container or form.

Documented Properties

Name Summary
DefaultSize No XML summary yet.
IsTopLevelMenu No XML summary yet.
Style No XML summary yet.

Documented Methods

Name Summary
#ctor Initializes a new instance of the ToolBar class.
LayoutItems No XML summary yet.

Documented Events

No documented members yet.

Notes

  • This page was generated from the public XML documentation of ModernFormsNext.
  • Base members inherited from Control, ScrollableControl, WindowBase, or other parent types may not all be repeated here.

Clone this wiki locally