try this in c# code module:
System.Windows.Forms.SendKeys.Send("{CTRL}");
System.Windows.Forms.SendKeys.Send("A");
{you may need to add GAC Referece).
This hasnt been tested. But it might work.
also,be sure to keep the focus on the element before running the c# code.
EDIT : This does not work. working on another alternate.