AnimatGuiCtrls.Controls.DataGridComboBoxColumn.GetMinimumHeight C# (CSharp) Method

GetMinimumHeight() protected method

protected GetMinimumHeight ( ) : int
return int
        protected override int GetMinimumHeight()
        {
            // Return the ComboBox preferred height, plus a few pixels.
            return combobox.PreferredHeight + 2;
        }