Skip to content

Commit

Permalink
Update README.md (adapt spelling)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowo360 authored Jan 18, 2025
1 parent 8f3da08 commit 3fd45e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestCentric/testcentric.gui/Elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In the current implementation, there are two separate hierarchies of UI Elements

`IControlElement` is a bit of an anomaly. Unlike other interfaces, it may only be used by elements that are based on Windows Controls. It extends `IViewElement` to add properties `Location`, `Size`, `ClientSize`, `ContextMenu` and `ContextMenuStrip`.

**NOTE:** The `ContextMenu` property returns a Windows `Menu` instance and `ContextMenuStrip` returns a `ToolStripDropDownMenu`, both of these exposingt he underlying Windows implementation. This interface and its use will be reviewed in the future.
**NOTE:** The `ContextMenu` property returns a Windows `Menu` instance and `ContextMenuStrip` returns a `ToolStripDropDownMenu`, both of these exposing the underlying Windows implementation. This interface and its use will be reviewed in the future.

### IListBox

Expand Down Expand Up @@ -116,4 +116,4 @@ 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.
**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.

0 comments on commit 3fd45e0

Please sign in to comment.