예제 #1
0
 /// <summary>
 ///    Returns the <see cref="TablePanelColumn" /> where the <paramref name="control" /> is located
 /// </summary>
 public static TablePanelColumn ColumnFor(this TablePanel tablePanel, Control control)
 {
     return(tablePanel.Columns[tablePanel.GetColumn(control)]);
 }