TableLayoutPanelCellPosition Constructor (Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the TableLayoutPanelCellPosition class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- column
-
Type:
System::Int32
The column position of the cell.
- row
-
Type:
System::Int32
The row position of the cell.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: