TableLayoutPanelCellPosition Structure
Represents a cell in a TableLayoutPanel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | TableLayoutPanelCellPosition(Int32, Int32) | Initializes a new instance of the TableLayoutPanelCellPosition class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Specifies whether this TableLayoutPanelCellPosition contains the same row and column as the specified TableLayoutPanelCellPosition.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code for this TableLayoutPanelCellPosition.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Converts this TableLayoutPanelCellPosition to a human readable string.(Overrides ValueType::ToString().) |
The following example shows how to use TableLayoutPanelCellPosition to set the position of a child control in a TableLayoutPanel control. For a full code listing, see How to: Implement a Custom ToolStripRenderer.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



