AsterixDisplayAnalyser.FormMain.comboBoxMDS_Channel_Status_DrawItem C# (CSharp) Méthode

comboBoxMDS_Channel_Status_DrawItem() private méthode

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