Browse by Tags

All Tags » Software Development » C# » WinForms (RSS)

Changing TextBox Text as an Undo-able Action

The TextBox class supports undoing the last action--inherited from TextBoxBase . Normally the user does this by pressing the undo key (Ctrl-Z if your keyboard doesn't have a specific Undo key) or by selecting "Undo" from the context menu. The last action...

Docking With Run-Time-Created Controls

How to Dock Fill a control created at run-time....