System.Windows.Forms.TableRow.TableRow C# (CSharp) Méthode

TableRow() public méthode

public TableRow ( TableRowCollection o ) : System
o TableRowCollection
Résultat System
        public TableRow(TableRowCollection o)
        {
            owner = o;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height = 22;
        }