TableLayoutPanelCellPosition Constructor (Int32, Int32)

 

Initializes a new instance of the TableLayoutPanelCellPosition class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
TableLayoutPanelCellPosition(
	int column,
	int row
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: