LayoutItemCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add(LayoutItemBase) | item | Adds the specified item to the LayoutItemCollection collection. |
Add<T>(String, String) | caption, name | Returns a layout item object with the specified caption and name. |
Add<T>(String) | caption | Returns a layout item object with the specified Caption property value. |