Skip to content

Commit

Permalink
Move GUI element ToolStipTextBoxElement into subfolder ToolStripElements
Browse files Browse the repository at this point in the history
  • Loading branch information
rowo360 committed Feb 6, 2025
1 parent 74b0892 commit c9d267b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TestCentric/testcentric.gui/Elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ A `ToolStripElement` wraps any Windows `ToolStripItem` and implements `IViewElem
`ToolStripMenuElement` wraps a Windows `ToolStripMenuItem`, extending the base class to provide a collection of subordinate Windows menu items.

**NOTE:** This direct exposure of the underlying Windows implementation is contrary to the general intent of UI elements, but is done as a matter of expediency. We will review this in the future.

### ToolStripTextBoxElement

`ToolStripTextBoxElement` wraps a Windows `ToolStripTextBox` and implements `IChanged`. The Changed event is invoked as soon as no further input is made within a short period of time.

0 comments on commit c9d267b

Please sign in to comment.