public enum StiReportControlToolboxPosition extends java.lang.Enum<StiReportControlToolboxPosition>
| Enum Constant and Description |
|---|
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.
|
CheckedListBoxControl
Sets a position of the CheckListBox control on the toolbox of the designer.
|
ComboBoxControl
Sets a position of the ComboBox control on the toolbox of the designer.
|
DateTimePickerControl
Sets a position of the DateTimePicker control on the toolbox of the designer.
|
GridControl
Sets a position of the Grid control on the toolbox of the designer.
|
GroupBoxControl
Sets a position of the GroupBox control on the toolbox of the designer.
|
LabelControl
Sets a position of the Label control on the toolbox of the designer.
|
ListBoxControl
Sets a position of the ListBox control on the toolbox of the designer.
|
ListViewControl
Sets a position of the ListView control on the toolbox of the designer.
|
LookUpBoxControl
Sets a position of the LookUpBox control on the toolbox of the designer.
|
NumericUpDownControl
Sets a position of the NumericUpDown control on the toolbox of the designer.
|
PanelControl
Sets a position of the Panel control on the toolbox of the designer.
|
PictureBoxControl
Sets a position of the PictureBox control on the toolbox of the designer.
|
RadioButtonControl
Sets a position of the RadioButton control on the toolbox of the designer.
|
ReportControl |
RichTextBoxControl
Sets a position of the RichTextBox control on the toolbox of the designer.
|
TextBoxControl
Sets a position of the TextBox control on the toolbox of the designer.
|
TreeViewControl
Sets a position of the TreeView control on the toolbox of the designer.
|
UserControl
Sets a position of the User control on the toolbox of the designer.
|
| Modifier and Type | Method and Description |
|---|---|
static StiReportControlToolboxPosition |
forValue(int value) |
int |
getValue() |
static StiReportControlToolboxPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiReportControlToolboxPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiReportControlToolboxPosition ReportControl
public static final StiReportControlToolboxPosition LabelControl
public static final StiReportControlToolboxPosition TextBoxControl
public static final StiReportControlToolboxPosition GroupBoxControl
public static final StiReportControlToolboxPosition ButtonControl
public static final StiReportControlToolboxPosition CheckBoxControl
public static final StiReportControlToolboxPosition RadioButtonControl
public static final StiReportControlToolboxPosition ListBoxControl
public static final StiReportControlToolboxPosition ComboBoxControl
public static final StiReportControlToolboxPosition LookUpBoxControl
public static final StiReportControlToolboxPosition CheckedListBoxControl
public static final StiReportControlToolboxPosition DateTimePickerControl
public static final StiReportControlToolboxPosition NumericUpDownControl
public static final StiReportControlToolboxPosition PictureBoxControl
public static final StiReportControlToolboxPosition GridControl
public static final StiReportControlToolboxPosition TreeViewControl
public static final StiReportControlToolboxPosition ListViewControl
public static final StiReportControlToolboxPosition PanelControl
public static final StiReportControlToolboxPosition RichTextBoxControl
public static final StiReportControlToolboxPosition UserControl
public static StiReportControlToolboxPosition[] values()
for (StiReportControlToolboxPosition c : StiReportControlToolboxPosition.values()) System.out.println(c);
public static StiReportControlToolboxPosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiReportControlToolboxPosition forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.