News

An Overlay Form is a semi-transparent splash screen that runs in a background thread and overlays a control or form to prevent access to it. The Overlay Form contains only a wait indicator by default.
This example creates a custom editor (the ButtonEdit descendant) that displays two buttons. The second button displays the EditValue.When the user enters text into the edit box, the text appears on ...