You are here: Symbol Reference > Stimulsoft.Report.Components Namespace > StiReportControlToolboxPosition Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Components.StiReportControlToolboxPosition Enumeration

Enumeration which sets positions of the report controls on the toolbox in the report designer.

Syntax
C++
C#
Visual Basic
public: enum StiReportControlToolboxPosition { ReportControl = 0, LabelControl = 1, TextBoxControl = 2, GroupBoxControl = 3, ButtonControl = 4, CheckBoxControl = 5, RadioButtonControl = 6, ListBoxControl = 7, ComboBoxControl = 8, LookUpBoxControl = 9, CheckedListBoxControl = 10, DateTimePickerControl = 11, NumericUpDownControl = 12, PictureBoxControl = 13, GridControl = 14, TreeViewControl = 15, ListViewControl = 16, PanelControl = 17, RichTextBoxControl = 18, UserControl = 100 };
Members
Members 
Description 
LabelControl 
Sets a position of the Label control on the toolbox of the designer.  
TextBoxControl 
Sets a position of the TextBox control on the toolbox of the designer.  
GroupBoxControl 
Sets a position of the GroupBox control on the toolbox of the designer.  
ButtonControl 
Sets a position of the Button control on the toolbox of the designer.  
CheckBoxControl 
Sets a position of the CheckBox control on the toolbox of the designer.  
RadioButtonControl 
Sets a position of the RadioButton control on the toolbox of the designer.  
ListBoxControl 
Sets a position of the ListBox control on the toolbox of the designer.  
ComboBoxControl 
Sets a position of the ComboBox control on the toolbox of the designer.  
LookUpBoxControl 
Sets a position of the LookUpBox control on the toolbox of the designer.  
CheckedListBoxControl 
Sets a position of the CheckListBox control on the toolbox of the designer.  
DateTimePickerControl 
Sets a position of the DateTimePicker control on the toolbox of the designer.  
NumericUpDownControl 
Sets a position of the NumericUpDown control on the toolbox of the designer.  
PictureBoxControl 
Sets a position of the PictureBox control on the toolbox of the designer.  
GridControl 
Sets a position of the Grid control on the toolbox of the designer.  
TreeViewControl 
Sets a position of the TreeView control on the toolbox of the designer.  
ListViewControl 
Sets a position of the ListView control on the toolbox of the designer.  
PanelControl 
Sets a position of the Panel control on the toolbox of the designer.  
RichTextBoxControl 
Sets a position of the RichTextBox control on the toolbox of the designer.  
UserControl 
Sets a position of the User control on the toolbox of the designer.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.