Hi,
I could not able to set Text Box back color.Could you pls help?
myTextFrame.Paragraphs[0].Portions[0].FontColor = System.Drawing.Color.Yellow;
myTextFrame.FillFormat.BackColor = System.Drawing.Color.Yellow;
Both these code not working. But i can able to set text value like this to my ppt Text box
myTextFrame.Paragraphs[0].Portions[0].Text = "test";
Thanks,
Deepu