Let me change the code a bit so that it is easier to understand.
private void ThirdControl_Load(object sender, EventArgs e){
DropDownListBaseControl.radDropDownList.DropDownListElement.EditableElement.BackColor = Color.Red; (This one Works)
MaskedTextBoxBasecontrol.(not sure which field to choose to change the textbox backcolor)
}