DesignerAutoFormatCollection Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of DesignerAutoFormat objects in the collection. |
| Item | Gets or sets a DesignerAutoFormat object at the specified index in the collection. |
| PreviewSize | Gets the maximum outer dimensions of the control as it will appear at run time. |
| SyncRoot | Gets an object that can be used to synchronize access to the DesignerAutoFormatCollection object. |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.Count | Returns the number of elements that are contained in the collection when the DesignerAutoFormatCollection object is cast to an ICollection interface. |
| System.Collections.ICollection.IsSynchronized | Returns a value indicating whether access to the collection is synchronized (thread safe) when the DesignerAutoFormatCollection object is cast to an ICollection interface. |
| System.Collections.IList.IsFixedSize | Returns a value indicating whether the collection has a fixed size when the DesignerAutoFormatCollection object is cast to an IList interface. |
| System.Collections.IList.IsReadOnly | For a description of this method, see IsReadOnly. |
| System.Collections.IList.Item | Gets the element at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface. |
Show: