Controls

Top  Previous  Next

On a dialogue from, the following controls can be used:

 

Icon

Name

Description

btn115

ButtonControl

Represents a Windows button control.

btn116

CheckBoxControl

Represents a Windows CheckBox.

btn148

CheckedListBoxControl

Displays a ListBox in which a check box is displayed to the left of each item.

btn119

ComboBoxControl

Represents a Windows combo box control.

btn122

DataGridViewControl

Displays data in a customizable grid.

btn128

DataSelectorControl

Displays two lists and allows relocating an item from one list to the other.

btn120

DateTimePickerControl

Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format.

btn143

GroupBoxControl

Represents a Windows control that displays a frame around a group of controls with an optional caption.

btn112

LabelControl

Represents a standard Windows label.

btn118

ListBoxControl

Represents a Windows control to display a list of items.

btn203

ListViewControl

Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.

btn147

MaskedTextBoxControl

Uses a mask to distinguish between proper and improper user input.

btn145

MonthCalendarControl

Represents a Windows control that enables the user to select a date using a visual monthly calendar display.

btn146

NumericUpDownControl

Represents a Windows spin box (also known as an up-down control) that displays numeric values.

btn144

PanelControl

Used to group collections of controls.

btn103

PictureBoxControl

Represents a Windows picture box control for displaying an image.

btn117

RadioButtonControl

Enables the user to select a single option from a group of choices when paired with other RadioButton controls.

btn205

RichTextBoxControl

Represents a Windows rich text box control.

btn113

TextBoxControl

Represents a Windows text box control.

btn204

TreeViewControl

Displays a hierarchical collection of labeled items.

 

All controls, except the DataSelectorControl, are a full analog of the standard Windows.Forms controls. The name of the element has got a Control suffix, in order to avoid duplicate names. So, the FastReport's ButtonControl corresponds with the standard Button control.