Implement the CommandBar control in Windows Forms to create customizable toolbars, rebars, and status bars with docking, floating, and state persistence capabilities.
Implement the CommandBar control in Windows Forms to create customizable toolbars, rebars, and status bars with docking, floating, and state persistence capabilities.
The CommandBar provides Office-like UI organization with support for hosting multiple controls, user layout customization, and serializable state management.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars2
Default branchmaster
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version34.1.29
More metadata
author
Syncfusion Inc
version
34.1.29
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md5,870 B
docsSUMMARY.md362 B
History
First seen on skills.sh
First recorded snapshot · 71 installs
SKILL.md
Implementing Windows Forms CommandBar
The CommandBar control provides a complete framework for creating and hosting toolbars, rebars, and status bars similar to Visual Studio and Office interfaces. It supports docking, floating windows, state persistence, and hosting custom controls.
When to use this skill
Use CommandBar when you need to:
Create customizable toolbars and status bars
Implement Office-like UI with docking/floating capabilities
Allow users to reposition and rearrange bars
Save and restore bar layout state across sessions
Host controls like dropdowns, textboxes, and buttons
Build complex multi-bar command frameworks
CommandBar overview
CommandBar operates through the CommandBarController component which manages multiple CommandBar instances. Each bar can host controls, dock to form sides, float as separate windows, and fire events during state transitions. Bars can be serialized to preserve user customization.