TableLayoutStyleCollection Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of styles actually contained in the TableLayoutStyleCollection. |
![]() | Item[Int32] | Gets or sets TableLayoutStyle at the specified index. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | For a description of this method, see the ICollection::IsSynchronized property. |
![]() ![]() | ICollection::SyncRoot | For a description of this method, see the ICollection::SyncRoot property. |
![]() ![]() | IList::IsFixedSize | For a description of this method, see the IList::IsFixedSize property. |
![]() ![]() | IList::IsReadOnly | For a description of this method, see the IList::IsReadOnly property. |
![]() ![]() | IList::Item[Int32] | For a description of this method, see the IList::Item property. |
Show:


