パラメータ
- control
- A child control of the System.Windows.Forms.TableLayoutPanel.
戻り値の型
The row position of control, or -1 if the position of control is determined by System.Windows.Forms.TableLayoutPanel.LayoutEngine.
例外 | 解説 |
---|---|
System.ArgumentNullException | control is null 参照 (Visual Basicでは Nothing). |
System.NotSupportedException | control is not a type that can be arranged by this System.Windows.Forms.Layout.LayoutEngine. |