There is example action what makes wrong converting.
When you convert this action it makes it like this:
// Action designer, type RiseEvent
HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("button", "innertext", "^Submit$", "regexp", 0);
if (he.IsVoid) {...