public bool GetNextFormItem(out FormItemInfo formItemInfo)
 {
     return(NativeOriginalStyleFormDesigner.GetNextFormItem(out formItemInfo));
 }