AnimatGuiCtrls.Controls.DataGridComboBoxColumn.Paint C# (CSharp) Метод

Paint() защищенный Метод

protected Paint ( Graphics g, Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
source System.Windows.Forms.CurrencyManager
rowNum int
Результат void
        protected override void Paint(Graphics g, Rectangle bounds, CurrencyManager source, int rowNum)
        {
            Paint(g, bounds, source, rowNum, false);
        }

Same methods

DataGridComboBoxColumn::Paint ( Graphics g, Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight ) : void