|
Normally known as '...' buttons. An easy way to lookup
and select specific information, such as a DataRow, file, folder, font, color
or printer. All these kinds of lookup buttons are included. They all make use
of standard .NET lookup dialog components. These are automatically added for
you in the component tray. A custom lookup button is present too, which
allows you to easily call and handle your own custom lookup dialog.
Our lookup buttons have a CheckBox included by default. You can simply hide the CheckBox by setting a boolean property. Using the CheckBox allows your users to select nothing, a null selection. To let users know that there is a difference between an empty string and null, a specific null text can be shown in the TextBox. You can apply your own null text and even your own specific null value. |