FormControlCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection. Inherited from ICollection. |
Is |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection. |
Sync |
Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection. |
#Methods
Name | Description |
---|---|
Add |
Creates a button form control so that the top left corner of the button is located at the specified cell. |
Add |
Creates a button form control at the specified cell range. |
Add |
Creates a button form control in the specified worksheet area. |
Add |
Creates a checkbox form control so that the top left corner of the checkbox is located at the specified cell. |
Add |
Creates a check box form control at the specified cell range. |
Add |
Creates a check box form control in the specified worksheet area. |
Add |
Creates a combo box form control so that the top left corner of the combo box is located at the specified cell. |
Add |
Creates a combo box form control at the specified cell range. |
Add |
Creates a combo box form control in the specified worksheet area. |
Add |
Creates a group box form control so that the top left corner of the group box is located at the specified cell. |
Add |
Creates a group box form control at the specified cell range. |
Add |
Creates a group box form control in the specified worksheet area. |
Add |
Creates a label form control so that the top left corner of the label is located at the specified cell. |
Add |
Creates a label form control at the specified cell range. |
Add |
Creates a label form control in the specified worksheet area. |
Add |
Creates a list box form control so that the top left corner of the list box is located at the specified cell. |
Add |
Creates a list box form control at the specified cell range. |
Add |
Creates a list box form control in the specified worksheet area. |
Add |
Creates a radio button form control so that the top left corner of the radio button is located at the specified cell. |
Add |
Creates a radio button form control at the specified cell range. |
Add |
Creates a radio button form control so that the top left corner of the radio button is located at the specified cell. |
Add |
Creates a scrollbar form control so that the top left corner of the scrollbar is located at the specified cell. |
Add |
Adds a scrollbar form control at a specified cell range. |
Add |
Creates a scrollbar form control so that the top left corner of the scrollbar is located at the specified cell. |
Add |
Creates a spinner form control so that the top left corner of the spinner is located at the specified cell. |
Add |
Adds a spinner form control at a specified cell range. |
Add |
Adds a spinner form control so that the top left corner of the spinner is located at the specified cell. |
Clear() | Removes all items from the collection. |
Contains |
Determines whether the collection contains the specified item. |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Get |
Obtains a form control by its ID from the collection. |
Get |
Obtains a list of form controls by name from the collection. |
Index |
Returns the position of the specified form control in the collection. |
Remove |
Removes specific form control from the collection. |
Remove |
Removes a form control at the specified index from the collection. |
See Also