'Declaration Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
            'Declaration Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
            C1ComboBox comboBox = new C1ComboBox(); bool b = comboBox.Items.IsEmpty; // b == true;