pub fn parse_form_controls(vml_xml: &str) -> Vec<FormControlInfo>Expand description
Parse form controls from a VML drawing XML string.
Scans for <x:ClientData ObjectType="..."> elements and extracts
control properties. Returns a list of FormControlInfo.