AsterixDisplayAnalyser.FormMain.comboBoxMDS_Channel_Status_DrawItem C# (CSharp) Method

comboBoxMDS_Channel_Status_DrawItem() private method

private comboBoxMDS_Channel_Status_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
return void
        private void comboBoxMDS_Channel_Status_DrawItem(object sender, DrawItemEventArgs e)
        {
            DrawStringandRectangleinComboBox(sender, e);
        }
FormMain