Parameters
- control
- A child control of the System.Windows.Forms.TableLayoutPanel.
Return Value
The row position of control, or -1 if the position of control is determined by System.Windows.Forms.TableLayoutPanel.LayoutEngine.
Exception | Description |
---|---|
System.ArgumentNullException | control is null. |
System.NotSupportedException | control is not a type that can be arranged by this System.Windows.Forms.Layout.LayoutEngine. |