|
The Yortsoft Windows Forms Controls library contains controls for improving the
look of applications or simplifying programming tasks. The library currently includes;
- Asynchronous Button Control - makes programming asynchronous user interfaces easy.
- Choose how the background thread is created, new Thread, BackgroundWorker or ThreadPool
thread.
- If using the new Thread setting you can assign a name and priorty to the thread.
- Two click events, an AsyncClick for performing background processing and a Click
event for updating the user interface.
- Single instance of a custom EventArgs object allows passing data between click
events.
- (Optionally) Automatically enable/disable button before and after processing.
- Stylised Panel Control - improve the appearance of your user interfaces.
- Gradient backgrounds (any two colours)
- A variety of border styles, including fixed line (variable width and colour),
rounded corners (variable width, colour and radius), and 3d inset.
- Alpha value for background colour, applying coloured tint to image behind the
panel with this setting.
- Display a caption for the panel with it's own text (Caption and CaptionFont properties).
- Display text on the panel, using the Text and Font properties.
- Image/Icon properties specify a picture to display on the panel. Choose any one
of nine alignments for the image (top-left, bottom-right, middle-centre etc).
- Round Button Control - improve the appearance of your user interfaces.
- Choose various colour settings.
- Define the radius used for corners.
Download
the Yortsoft Windows Forms Control Library (Version 1.0.0.0) now.
This download includes the Yortsoft.Windows.Controls.dll control library, and the
source code for a sample application demonstrating some of the uses of the controls.
For support, feature requests, or comments, see the
Contact Us page.
|